Search Unity

Unity rendering bug

Discussion in 'Editor & General Support' started by Avi3ator, Mar 14, 2019.

  1. Avi3ator

    Avi3ator

    Joined:
    Feb 29, 2016
    Posts:
    64
    Hi! Im got this weird bug in the editor scene and also in the game scene but not as noticable. Objects dissapear almost like occlusion culling but reversed?

    Here is a gif of the problem:

    https://gyazo.com/950b31a4087e1c5393e0d6e7f6d5b63e

    Is there any fix for this or do i have to redo my project?
     
  2. Avi3ator

    Avi3ator

    Joined:
    Feb 29, 2016
    Posts:
    64
    Well i disabled the occlusion culling and it dissapeard :/
     
  3. drcrck

    drcrck

    Joined:
    May 23, 2017
    Posts:
    328
    it happens when occlusion culling baked data is outdated (i.e. you baked OC, then changed your scene)
     
  4. Avi3ator

    Avi3ator

    Joined:
    Feb 29, 2016
    Posts:
    64
    Oh thank you! yeah i rebaked it and it works!