We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Projony > Change Project > New > Enter name > Submit
Gives me this error -
PrjCommandException: Error occurred during 'Opening Unity': [WinError 2] The system cannot find the file specified Projeny.Internal.PrjCommandHandler+<ProcessPrjCommand>d__3.MoveNext () Projeny.Internal.CoRoutine.Pump () Rethrow as CoRoutineException: Coroutine Object Trace: PmCreateNewProjectPopupHandler -> PrjCommandHandler Projeny.Internal.CoRoutine.Pump () Projeny.Internal.AsyncProcessor.AdvanceFrameAll () Rethrow as AsyncOperationException: Error occurred during async operation Projeny.Internal.AsyncProcessor.AdvanceFrameAll () Projeny.Internal.AsyncProcessor.Tick () Projeny.Internal.PmCompositionRoot.Update () Projeny.Internal.PmWindow.Update () UnityEngine.Debug:LogException(Exception) Projeny.Internal.Log:ErrorException(Exception) Projeny.Internal.PmWindow:OnErrorOccurred(Exception) Projeny.Internal.PmWindow:Update() UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
It seems to create the new project, but never opens it.
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Is Projeny added to your system path? If you run prj in command prompt, does that do anything?
prj
Sorry, something went wrong.
@svermeulen I have the same error, I tried to use the command and it appeared all the specifications and ways of using prj. I'm using Unity 5.6.1f1.
If i try to switch platform this error appears:
Projeny: Operation aborted. Projeny encountered errors when running 'Changing platform to 'Android''. Details: [WinError 2] System cannot find the file specified UnityEngine.Debug:LogError(Object) Projeny.Internal.Log:Error(String, Object[]) Projeny.PrjHelper:DisplayPrjError(String, String) Projeny.PrjHelper:ChangePlatform(BuildTarget) Projeny.ProjenyEditorMenu:ChangePlatformAndroid()
Projeny: Operation aborted. Projeny encountered errors when running 'Changing platform to 'Android''. Details:
[WinError 2] System cannot find the file specified UnityEngine.Debug:LogError(Object) Projeny.Internal.Log:Error(String, Object[]) Projeny.PrjHelper:DisplayPrjError(String, String) Projeny.PrjHelper:ChangePlatform(BuildTarget) Projeny.ProjenyEditorMenu:ChangePlatformAndroid()
[WinError 2] System cannot find the file specified
UnityEngine.Debug:LogError(Object) Projeny.Internal.Log:Error(String, Object[]) Projeny.PrjHelper:DisplayPrjError(String, String) Projeny.PrjHelper:ChangePlatform(BuildTarget) Projeny.ProjenyEditorMenu:ChangePlatformAndroid()
Also using 5.6.1, yes projeny is added to my path. I'm able to use prj to create new projects from the command line.
No branches or pull requests
Projony > Change Project > New > Enter name > Submit
Gives me this error -
It seems to create the new project, but never opens it.
Thanks for your help!
The text was updated successfully, but these errors were encountered: