Disabling occlusion culling

I’m using LoadLevelAdditiveAsync to transition from one scene to the next with the new scene in the same location as the old one and the old one being deleted.

The problem is that the old occlusion data is messing up the new scene.

I already know LoadLevelAdditive cant stream occlusion data. But is it possible to disable/clear the current data so I can atleast use it in the first scene?

I found out there’s a occlusion culling flag on the camera that controls it.

basically

cam.useOcclusionCulling = false;

Hi guys, having the same problem today, but not on your level…

Where do i need to enter this code to disable the occlusion culling ?

cheers

PS , founded help here