This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
V1.0.0 - 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.
- Add the new "PlayerObjectAssigner" prefab into the scene
- Move all pooled objects as children of this new prefab
- Fix all references to the object pool in your Udon programs to use this new prefab instead
- (U# users) Change all references of type CyanPlayerObjectPool to CyanPlayerObjectAssigner to fix any compile errors
- (Optional) set the pool listener reference in the PlayerObjectAssigner, if it was assigned in the previous PlayerObjectPool