Recent content by anvaloki

  1. A

    [Bug] Infinite loop in ObjectPoolBase

    Yes. It's part of Character Controller's shared source/dlls.
  2. A

    [Bug] Infinite loop in ObjectPoolBase

    Hello. We have found an infinite loop in ObjectPoolBase and we decided to report it :) In function private GameObject ObjectFromPool(PooledObjectKey pooledObjectKey, Vector3 position, Quaternion rotation, Transform parent) there is a while loop that starts with this code: while (pool.Count >...
Top