Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
printablefalse

All of my buttons say “No translation found for '{key}' in {table.TableCollectionName}”

Reimport these folders in the Motive SDK by right-clicking the folder in the Project view and selecting “Reimport”

...

Motive/Runtime/SDK/Platform/UI/Localization

My doors (or other MoveMode=Physics objects) stop moving when I attach an attachable to them.

By default, Attachables use Release Behaviour = Leave In Place. This switches the Rigidbody to Kinematic after attaching. A Kinematic Rigidbody on any object that uses MoveMode=Physics will prevent that object from moving. To solve this:

...