This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
v0.3.1
- Added Examples
- Placing Cubes
- Demonstrates SceneSync destroyers and dragging of objects in a plane
- Updated Behaviors
- SceneSync
- Changed destructors -> destroyers to align naming
- Enabled the use of a default destroyer alongside a custom one by returning true from the custom destroyer
- Made default destroyer actually dispose memory
- Object3DSync
- Bob
- Can now enable position bobbing while still manually changing the position of objects
- ButtonStateStyle
- Made much more resilient to edge cases, should no longer get stuck in an incorrect state
- SceneSync
- Updated Utilities
- Behaviors
- Now passes a reference to the Scene in Awake as the second paramater
- Behaviors