UnityEngine.Pool IobjectPool not accesible What is UnityEngine.Rendering ObjectPool?

I cannot access UnityEngine.Pool as per many guides and the Unity manual itself. I only seem to be able to access UnityEngine.Rendering for the Type ObjectPool vs all of the guides using IObjectPool through UnityEngine.Pool.

Really confused here. It says its part of the UnityEngine.CoreModule but its not available. Is the most recent manual examples outdated or has something changed where it was moved to UnityEngine.rendering?

I am using Unity 2020.3.20f1

1 Like

Nevermind, Im using 2020 and not 2021. is the UnityEngine.Rendering ObjectPool class similar?

And they have the same syntax. I wonder how is that possible? And it means official pooling support was there since much longer?