Skip to content

Releases: vanhaodev/unity-object-pool

v1.0.1

03 Apr 09:58

Choose a tag to compare

[1.0.1] - 2026-04-03

Fixed

  • CountAll logic corrected to reflect total items in pool.
  • Clear() now returns list of removed items safely.

1. Via manifest.json

Add the following line to your Packages/manifest.json under the dependencies section:

"com.vanhaodev.objectpool": "https://github.com/vanhaodev/unity-object-pool.git?path=Exported/com.vanhaodev.objectpool#1.0.1"

2. Via Package Manager UI

  1. Open Window -> Package Manager.
  2. Click the + (plus) icon in the top left corner.
  3. Select Add package from git URL...
  4. Paste the URL below:
https://github.com/vanhaodev/unity-object-pool.git?path=Exported/com.vanhaodev.objectpool#1.0.1

Full Changelog: 1.0.0...1.0.1

v1.0.0

24 Mar 08:54

Choose a tag to compare

1. Via manifest.json

Add the following line to your Packages/manifest.json under the dependencies section:

"com.vanhaodev.objectpool": "https://github.com/vanhaodev/unity-object-pool.git?path=Exported/com.vanhaodev.objectpool#1.0.0"

2. Via Package Manager UI

  1. Open Window -> Package Manager.
  2. Click the + (plus) icon in the top left corner.
  3. Select Add package from git URL...
  4. Paste the URL below:
https://github.com/vanhaodev/unity-object-pool.git?path=Exported/com.vanhaodev.objectpool#1.0.0