occlusion culling not working

when i try to bake the occlusion culling, i get this console error:

"Error occurred in PVS computation. This is probably due to running out of memory or a problem with the graphics card. Try decreasing the near plane value or defining smaller PVS Volumes. Don't lock the computer during PVS computation."

i've tried setting the near plane value as low as possible. still no dice. any help appreciated

Have you checked out the demo video on how to use the occlusion culling?

One of the most common problems people had with occlusion culling during the beta was that they had their settings too high, resulting in the above error.

I have had this problem many times and just figured out what seems to have fixed it today. What it seems is the problem is that the GPU was running out of memory. I have 2 GTX 580’s installed with 1.5 G RAM in each. It seems that the occlusion culling was running out of memory because it was only using 1 GPU to process the information. What I did to get it to work was:

  1. Open Nvidia Control Panel
  2. Click Manage 3D Settings
  3. Clock the Program Settings tab and add Unity.exe to the list
  4. Apply changes
  5. Now that you’ve done that and CUDA is enabled which allows Unity to use memory from both video cards you should not have a problem with Occlusion Baking running out of memory.
  6. I also lowered the near clip plane value and made a couple of my occlusion areas smaller and it worked like a charm.