objectpool-pattern topic
List
objectpool-pattern repositories
Dispose.Scope
27
Stars
5
Forks
Watchers
This library allows you to easily use scopes to manage instances of objects that implement the `IDisposable` interface. Register the `IDisposable`s that need to be released into the scope, and then au...
PoolManager
50
Stars
10
Forks
Watchers
Open-source plugin that helps reuse objects in UE5.4
UnityObjectPoolTutorial
15
Stars
4
Forks
Watchers
Unity自带对象池API教程。