Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/object-pool.git?path=upm README Markdown
Copy this to your project's README.md
## Installation
Add **Moroshka.ObjectPool** 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/object-pool.git?path=upm
```
[](https://www.pkglnk.dev/pkg/object-pool)README
Object Pool — the module provides a mechanism for reusing objects, reducing the overhead of creating and destroying them. It is designed to improve performance and enable more efficient resource management, especially in scenarios where object creation is expensive or occurs frequently.
No comments yet. Be the first!