Unity.Types.ObjectPool
Thread‑safe generic pool with per‑type singletons. Grab items with Get(), return with Return(). Pools prewarm and refill in batches, and you can access them via ObjectPools.GetPool<T>() or ObjectPools.GetPool(typeof(T)).
登录后发表评论



