- Home /
Moving an entire project from one directory to another?
I need to move my entire project to a new directory. How would I go about doing that? Would dragging it into the destination folder work (i.e., not break anything)? Or would I need to do something else?,I need to move an entire unity project from one directory to another. How would I go about doing that?
Dragging it over shouldn't break anything, you'll lose the reference when launching editor, but select open project and find your new folder.
No problem! Good luck in your endeavors. I can move my comment to answers if you like.
Answer by jstopyraIGG · Feb 13, 2019 at 05:04 AM
Yes, you can just move the whole project and it will be fine. After moving it, it might not show up in your UnityHub(if you're using it) all you have to do is click a button to add an existing project, and locate it on the new directory!
Your answer
Follow this Question
Related Questions
Write to iPhone file system Access Denied 2 Answers
Can an Android AAR plugin access Unity's Application.Persistentdatapath filepath? 0 Answers
Getting Files names in a folder inside the apk 0 Answers
Resources.Load without a Resources folder? 1 Answer
Importing a folder with many subfolders of collada files and textures 1 Answer