Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

v0.0.3 - More Methods and Bug Fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@CyanLaser CyanLaser released this 23 Sep 06:00
· 57 commits to main since this release

New Features

  • Created pool listener events for OnPlayerAssigned and OnPlayerUnassigned with variables setting the player id and pool object Udon.
  • Added methods to get an ordered list of players that have been assigned an object.
  • Added methods to get an ordered list of active Udon pool objects.

Bug fixes

  • Fixed bug causing OnPlayerLeft with player id -1
  • Fixed bug causing multiple instances of the object pool system conflicting.

Examples

  • Updated examples to include:
    • Get current players
    • OnPlayerAssigned event
    • OnPlayerUnassigned event
  • Created pool listener template.