Skip to content

V1.0.0 - Release

Compare
Choose a tag to compare
@CyanLaser CyanLaser released this 20 Jan 16:06
· 17 commits to main since this release

Notes

No changes from v0.0.5, but no longer marked as pre-release!

Updating From v0.0.4 or below

Note: that this has breaking changes if you are updating from v0.0.4 or below
Due to the splitting of the prefab, some work will be needed to update old systems to this new version.

  1. Add the new "PlayerObjectAssigner" prefab into the scene
  2. Move all pooled objects as children of this new prefab
  3. Fix all references to the object pool in your Udon programs to use this new prefab instead
    1. (U# users) Change all references of type CyanPlayerObjectPool to CyanPlayerObjectAssigner to fix any compile errors
  4. (Optional) set the pool listener reference in the PlayerObjectAssigner, if it was assigned in the previous PlayerObjectPool