CPU profiling for culling shows 0.5ms - is that normal?

Hey there! I am not using occlusion culling, do not have any baked culling data, as I create all objects at runtime. This is what I can see if Profiler - 0.74ms using by culling system. Is that normal?

Nothing to do with occlusion culling. Frustum culling is always done for all objects. The more objects you have, the longer it takes to cull them.

–Eric

1 Like