Search Unity

Recursive culling with the same camera is not possible

Discussion in 'Scripting' started by tolgatanriverdi, Oct 23, 2013.

  1. tolgatanriverdi

    tolgatanriverdi

    Joined:
    Jan 30, 2013
    Posts:
    33
    Hello
    I've tried to activate occlusion culling and made my prefabs oclusion static and oclusee static then I've started to receive this error
    Recursive culling with the same camera is not possible

    Then I revert everything that I've done but I'm still getting the same error

    Recursive culling with the same camera is not possible

    Do you know why it can be?

    Thanks
    Tolga
     
    kInG_jUlLian_85 likes this.
  2. kInG_jUlLian_85

    kInG_jUlLian_85

    Joined:
    Dec 7, 2012
    Posts:
    5
    I have followed the water4example from unity water pro to my own shaped plane and shows the same error "Recursive culling with the same camera is not possible". Did any one figure it out?
     
  3. DRBStudios

    DRBStudios

    Joined:
    Jul 13, 2014
    Posts:
    1
    I just had the same problem, make sure your water reflection camera doesn't cull the same layers as your main camera, that worked for me