Originally Posted By: Machinery_Frank
I made a test with occlusion culling in Unity. Here you can see a scene with some houses and my camera in front of the first house (looking at the wall, hiding the other ones).
Without occlusion culling (only view frustrum culling) it looks like this:



Here is the same scene with occlusion culling enabled:



This really saves some render calls. Something similar is possible in C4 also. But there you have to place the occlusion geometry manually. Unity uses pre-calculated PVS data to lookup where culling occurs. So it is absolutely easy to setup.


I read a video on YouTube about Umbra, so I try it on Unity 3 Beta 4.

http://www.youtube.com/watch?v=fU2L7IdYD...t=1&index=7

I made a test on light map and occlusion culling. Quality setting is Preview, I am not 100% sure what I did is correct or not.

http://www.youtube.com/watch?v=DXnC6XJ7x9c