I have an object with LOD setting on the scene. I made sure “Static” and “Dynamic Culling” is checked OFF.
But when I bake the Occlusion Culling, the object is being affected and disappears.
I know Unity’s “Frustum Culling” is called by default but I turned OFF the Dynamic Culling manually.
What else could it be?
You turned off Dynamic OCCLUSION Culling, not frustum culling. I don’t know if it’s possible to disable frustum culling, what is the purpose in doing that?
what you’re seeing in that image is not occlusion culling. I know it’s confusing, but when you look at that camera mode it shows both occlusion and frustum culling. Frustum culling culls by not rendering meshes outside the view frustum, this is builtin and automatic. I don’t think there’s a way to avoid it actually. And I’m not sure why you’d not want frustum culling.
The thing that bothers me most is that (see the attached screenshot).
Only the bigger cube is set as static.
When I move the camera all three cubes disappear on scene view and only when I have the Occlusion tab open and have something baked.
On normal scene view when I move the camera all three cubes are visible all the time without Occlusion tab open.
How can I trust Unity is really doing occlusion culling?
The camera dropdown next to the Gizmos on the Scene tab has Occlusion Culling checkmark turned off. Even if I turn it on it doesn’t make a difference.
Is this some kind of bug?