Hi everyone, I'm trying to do an adventure game (metroidvania), with fixed camera angles, and the map is reaaaaally huge. I already heard about `Application.LoadLevelAdditive`and `occlusion culling` but I really don't know how to handle with these and if they are optimized for HUGE things like my game map.
↧