import scenes into project

Hello everybody! Does anyone know how I can import a scene thats in a different project into de project I am currently working?

1 Answer

1

In the source project, right click on the scene in the Project view and choose Export Package. Eport it. Resulting file, copy that if you want to where the new project can get to it. Then import it from Assets/Import Package/Custom. The scene will show up in the project.

You can use this method to transfer game objects from one project to another too, just delete all objects you don't want to transfer before exporting (and saving) then when you import, use Load Scene (Additive)

This is great!...Thank you sooo much! :)

Feel free to accept it with that checkmark on the left there.

Still worth a watch ;). Solved my issue.

It worked, you saved my life thank you!