Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

v0.3.1

Compare
Choose a tag to compare
@GavanWilhite GavanWilhite released this 29 Oct 00:35
· 1094 commits to master since this release
  • 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
  • Updated Utilities
    • Behaviors
      • Now passes a reference to the Scene in Awake as the second paramater