Can I have multiple scenes at once, updating, but sanboxed from eachother?
Hi, thanks for reading.
Is there a way to have several active scenes (updating with frame rate and coroutines), but not have them interacting with eachother or even displaying on the same camera?
As a usecase: I have a 3 cities. One on Earth, one on the Moon, and one on Mars. Obviously each have different skyboxes etc, and they don't effect eachother directly ("shipments" and stuff are handled through another method).
I would like to have a mechanism to switch between scenes (show me: Mars, Earth, etc) as-if they were independent workspaces. That is: when you're viewing earth, you don't see any of the mars buildings, and the mars people and sounds do not render. But, I would like all 3 locations to "play" at the same time (events on Mars should not be prevented by the fact that the player is looking-at the moon base)
Is this even possible with Unity in its current state?
Your answer
Follow this Question
Related Questions
How to check when current scene has loaded? 0 Answers
How to passing levels automatically in games? 0 Answers
Save and load scene from file 2 Answers
Problem with Changing Scenes? 0 Answers