UnityProjectCloner icon indicating copy to clipboard operation
UnityProjectCloner copied to clipboard

A tool to let the user to create a duplicate project that links back to the original, for multiplayer testing

Results 9 UnityProjectCloner issues
Sort by recently updated
recently updated
newest added

After pressing clone, it only copys few folders, but linking is not successfull and Unity doesnt recognize project.

Trying to open the clone Project with the new unity Version 2021.2.3f1 doesnt work. (Windows 10) Tryed everything -> old version works, upgraded project to new version not. Error: Obtained...

**What is my issue?** I'm using this package to test a MP game that uses Fmod. For Fmod, the game needs access to the compiled `*.bank`-files that contain my game's...

Im trying to set up a system when i can work on the same project on two different computers at the same time. I am using windows 10 and can...

When i try to open the cloned project the loading screen opens and closes the same second i tried searching for a place to upload a video to help u...

Hi, I just downloaded the file and place it in the unity. Clone a project and open it to new editor and throws exceptions. I have attaches SS, PFA.

``` Win32Exception: mono-io-layer-error (2) System.Diagnostics.Process.StartWithShellExecuteEx (System.Diagnostics.ProcessStartInfo startInfo) (at :0) System.Diagnostics.Process.Start () (at :0) (wrapper remoting-invoke-with-check) System.Diagnostics.Process.Start() UnityProjectCloner.ProjectCloner.StartHiddenConsoleProcess (System.String fileName, System.String args) (at Library/PackageCache/com.hwaet.projectcloner@2b7497d79e/UnityProjectCloner/Editor/ProjectCloner.cs:453) UnityProjectCloner.ProjectCloner.OpenProject (System.String projectPath) (at Library/PackageCache/com.hwaet.projectcloner@2b7497d79e/UnityProjectCloner/Editor/ProjectCloner.cs:111) UnityProjectCloner.ProjectClonerWindow.OnGUI ()...