loading new scene not additive with few objects remembered? (need occlusion culling)
Hi, I making a game where I loading new levels additive but I replace whole previous scene, I loading additively because I need few objects to be moved to new loaded scene, after it previous scene is unloaded.
I need occlusion culling in my levels but loadScene additive can't load baked occlusion culling data :(
Is there way to Load new scene without additive option and then paste to this new scene transform from with few objects in it with unchanged data?
Your answer
Follow this Question
Related Questions
Canvas overlap when loading additive scene 1 Answer
Switching active scene to loaded additive scene does not change camera/render 1 Answer
Using Open Scene Additive turns objects in Scene Editor black 1 Answer
How To Load Next Scene in Unity 5.3 Version without Destroying any GameObject? 2 Answers
How do I load additive scenes with SceneManager? Loading a new Scene as Additive breaks Physics? 0 Answers