Sometimes it is required to export one scene from one Unity project to another. But there copying all the required assets is not the solution as it misses the dependencies of the scene. Most of the time, we end up doing a lot of manual correction. In this tutorial, we will see how to export a scene along with its dependent materials and Gameobjects.
Step1: Selection
- Select the required scene in the project window.
- Right click >Select Dependencies.
- This should select are the materials and Gameobjects linked to the scene.

Step2: Exporting the scene
- Right click the selected objects and click Export package.
- Uncheck include dependencies to remove unused objects.
- Click export and save.

That’s it you have successfully exported a scene. If you have any other question leave it in the comment section below.