New to unity.
So i added 2 scenes, but in the Game display window, both scenes shown overlapped.
How can I move the scene to be side by side to each other?
New to unity.
So i added 2 scenes, but in the Game display window, both scenes shown overlapped.
How can I move the scene to be side by side to each other?
Well, basically, you can’t. You don’t move a scene, but you can move all the objects within a scene.
However, having two scenes loaded at once is a pretty advanced thing to do, and you may not appreciate all the ramifications/complications if you’re new to Unity. Can I recommend only opening one scene at a time?