Skip to content

meleap/HadoObjectPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HadoObjectPool

Full managed ObjectPool library using UniRx.Toolkit.ObjectPool.

  • Pregeneration and dynamic generation of objects
  • Preactivation of objects (call Awake OnEnable and Start)
  • Monitoring Destroy of objects
  • Extensibility by implementation of Callback

How to Use

import UniRx

import HadoObjectPool unitypackage from release page.

see Assets/Plugins/HadoObjectPool/Examples/HadoObjectPoolSample.unity scene.

Contribute

Test

Open RuntimeUnitTestToolkit/UnitTest.unity scene and Run All Tests

RuntimeUnitTestToolkit

LICENSE

MIT