- Home /
how to save file and reuse it
Hello I am new to unity the problem is when ever i save project (without building)(file->save project) but when ever ever i want to reuse it i cant find it out the file come up in project but i have to re assemble it every single thing (maps,js attachment with the object ) in simple word i have to make every thing again
Answer by Jaap Kreijkamp · Sep 28, 2010 at 02:09 AM
Unity works with scenes, a project can have several scenes and you can use scripts to switch between scenes using scripts (Application.LoadLevel). Use File -> Save Scene to save a scene, and just double click on the scene asset to open it again.
Ill try that. Ive created so many scenes and projects only to not be able to find them. Frustrating.
Your answer
Follow this Question
Related Questions
Whenever I save a scene, it is instantly marked as changed. Why? 1 Answer
How do I open a PC project/scene on MAC? 1 Answer
Why does Unity editor reimport everything upon save project? 1 Answer
Easiest way to save my unity project in a cloud? 0 Answers
How to put or drag a song in the runtime to your game and save that song into the game?? 1 Answer