- Added a new constraint setting to Draggable Draggables:
- None: The draggable is free to move anywhere within the confines of the walls (default behaviour).
- Constrain to Surface: The draggable may only move around on the surface it has been placed on originally, and may not jump across surfaces.
- Added a new setting to the Scene Physics Settings that moves Draggable Draggables to the front when they are picked up.
- Added a new Reset Position expression, that teleports a Draggable Draggable back to its original position when the expression evaluates to true.
- Made Rotating Draggable Draggables slightly easier to move when they have gravity enabled.
- Added Atom Setter events that fire when shapes are touched and released.
- Scene Physics settings fire when any shape is touched or released.
- Per Draggable settings fire when that specific shape is touched or released.
- Restart option in End Sequence relabelled as “Restart Scene” for clarity.
- Bug Fixes:
- Fixed an issue where Advanced Positioned UI Draggables were causing an error on scene change.
- Could present as a non-interactive miniature flat view in web.
- Fixed bug where background would persist into scenes without background (Eg. Wipe, Web Browser)
- Previous scene background will now be disabled in non-background scenes.
- Fixed Null-reference exception in Scene Transition when using Use Previous scene background is enabled.
- Timer Fixes:
- Timers now resume when setting the time through atoms after they have stopped.
- Fixed an issue where the seconds counter of timers are desynchronised at certain times.
- Fixed issue where Scene Info wasn’t updating when changing scene.
- This could cause issue with Persistent Atoms, Persistent Drawings, Quiz Score Atoms.
- If multiple draggables have the same ID (due to another bug) draggables can be correctly moved and scaled. Changes will be saved.
- Fixed Splat issue where it would crash if only one surface.
- Fixed issue where Hotspot Reorderable List could cause a crash on Web in certain experiences.