hi, im new to unity and im wondering whether there are any methods to make a single project into a single scene alone?
Thanks a lot
hi, im new to unity and im wondering whether there are any methods to make a single project into a single scene alone?
Thanks a lot
To merge your scenes : since unity 5.3 you can open multiple scenes at the same time, once you have a scene opened, drag and drop the second scene object into the hierarchy window, then you can move the objects from once scene to another, then remove the now empty scene then save the scene with all of the objects.
To move your scene to another project : Select your scene on the project window, click right → select dependencies, then click right → export package, uncheck “include dependencies” (else it can include stuff unrelated to your scene), then export the package. In your other project, import the package you’ve just created.