void Start() { if (shellPool.TryGetNextObject(Vector3.zero, Quaternion.identity, out shell)) { print(shellPool.AvailableObjectCount() == 9); print(shellPool.ActiveObjectCount() == 1); } //shellPool.TryGetNextObject }