Hello World
Want to know that how do we add one scene into another,like if I have one scene from one asset,and another scene from second asset,how do I combine them together?
You could simply try opening both scenes at the same time, and dragging all the GameObjects from one of the scenes into the other.
Open One Scene,
select in the hierarchy all the elements β Ctrl+C ,
open the other scene β Ctrl+V
make sure you copy them , if not by shortkeys then by rightclick β copy
1 Like
At runtime you can use additive scene loading (google it)
1 Like
thanks alot
This is extremely powerful for breaking up your project in Unity. Itβs crucial in my opinion.
1 Like
You can try Assetbundle.
1 Like