Releases: vanhaodev/unity-object-pool
Releases · vanhaodev/unity-object-pool
v1.0.0
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
- Open Window -> Package Manager.
- Click the + (plus) icon in the top left corner.
- Select Add package from git URL...
- Paste the URL below:
https://github.com/vanhaodev/unity-object-pool.git?path=Exported/com.vanhaodev.objectpool#1.0.0