Simple Pool
SimplePool provides an efficient object pooling system for Unity, reducing garbage collection overhead by reusing instances instead of instantiating and destroying them at runtime. Ideal for frequently spawned objects like bullets, particles, and enemies, it helps maintain consistent frame rates in performance-critical applications through streamlined object lifecycle management.
com.brunomikoski.simplepool 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/simplepool.git README Markdown
Copy this to your project's README.md
## Installation
Add **Simple Pool** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/simplepool.git
```
[](https://www.pkglnk.dev/pkg/simplepool)
No comments yet. Be the first!