Changes
- Added the Line Path Gizmo.
- Similar functionality to the Bezier Curve Gizmo, but for straight lines instead.
- Bezier Curve Gizmo has been refactored to allow the Line Gizmo to make use of the same functionality.
- Also refactored the Bezier Manager to allow the Line manager to make use of the same functionality, and to allow the management of Selected / Hovered line renderers between all managers.
- Several fixes for when the room is rotated when only two surfaces are enabled:
- Fixed the Rotation Gizmo from trying to display on the wrong wall.
- Fixed the Rotation Gizmo using the wrong cursor position to determine where the Rotation Gizmo should be displayed.
- The Rotation Gizmo is now hidden while the room is rotating.
- Fixed Path Gizmo handles displaying on the wrong walls.
- Fixed objects being animated by the Bezier Curve animation being rotated incorrectly.
- Miscellaneous Animation Changes:
- When using the Atom Positioning type, the Draggable will jump along the line to its target position when the scene loads.
- Fixed limit rotation settings not being taken into account when turning horizontally.
- Region Hotspots now support Glow.
- Bug Fixes:
- Fixed issue with ternary operators in Atom Expressions.
- Wouldn’t work correctly with a mixed Int and Float return value.
- Fixed issues where Browser interaction would be messed up if multiple Browsers are on the same surface.