#Occulsion culling is being ridiculous

1 messages · Page 1 of 1 (latest)

sonic mirage
#

I have no idea what in the heck is going on but its basically doing everything its not supposed to do. It's getting blocked by imaginary meshes or something and at the same time renders things through walls.

#

I don't know if this is the right place to post this but its rendering related kinda so

#

🤷‍♂️

vast dagger
sonic mirage
#

First thing I checked

sonic mirage
#

idk

vast dagger
#

Must be some issue with the occlusion bake cache.

sonic mirage
#

unity just weird ig

drifting parcel
#

Are you loading in multiple scenes additively? If you are you have probably encountered a very poorly documented quirk of occlusion system. Unity does not load the baked occlusion data additively. It loads and uses the Active scenes data. So you first need to load that scene in the editor. Then load up all other additive scenes and bake.