Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 440 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 440 Bytes

Easy to use object pool for unity

Create pools right from editor!
Wanna do it from code? Suit yourself!
Wanna create it based on asset path? Yet Another Object Pool got you covered!

How to use

Inherit class from PoolableObject and create pool based on it in the editor or via code.

YAOP