Added Physics Movement to Draggables:
- Draggables with this Movement Type can be moved around the room with physics and user touches.
- Various properties of Draggables that have this Movement Type include:
- Gravity, which defines how quickly the object falls down (or up).
- Can be set to “No Gravity”, “Scene Gravity” (defined within the Scene Settings), Custom Value, or Atom Expression.
- Mass, which defines how difficult it is to move the object by using other objects.
- Movement Constraints, which defines how the object is allowed to move within the scene.
Added Automatic Rotation to Draggables:
- Draggables with this Movement Type will rotate around automatically at a specified speed.
- Various properties of Draggables with this Movement Type include:
- Speed Source, which defines how fast the object rotates.
- Can be set to “Fixed”, which provides a set value, or “Atom Expression”.
- Allow Custom Pivot Point, which allows the user to move the point in which the object moves around.
- Custom Mass Setting.
Added a “Has Physics Collisions” setting to all Draggables
- Allows any Draggable to block the movement of other Draggables moving using Physics.
Descramble Lock Improvements:
- Unlimited character limit.
Bug Fixes:
- Fixed issue where Scene Audio could not play in Wipe Scene.