CullResults.GetCullingParameters equivalent in 2019.1?

Hi,

I am experimenting with the SRP, following this tutorial: Unity Custom SRP Tutorials using Unity 2019.1.0f2

Unfortunately, the CullResults.GetCullingParameters static method seems to be missing.
I can see it was available in 2018.3 but it’s gone in 2019.1.
Can someone point me into the right direction for the equivalent function?

Nevermind, found it :slight_smile:

For those wondering, it is now a method from the camera.
camera.TryGetCullingParameter

15 Likes

Thank you :heart: