Open Unity project in multiple editors
Although not exactly opening the same project, the end result is the same:
Simply create symbolic links to an existing project and open them in the editor.
Original project path: D:/projects/MyUnityProject
Open command line prompt in Administration mode:
D:
CD projects
mkdir MyUnityProjectClone
cd MyUNityProjectClone
mklink /d Assets D:\projects\MyUnityProject\Assets
mklink /d ProjectSettings D:\projects\MyUnityProject\ProjectSettings
Written by Panagiotis Peikidis
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Unity
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#