Projeny icon indicating copy to clipboard operation
Projeny copied to clipboard

Can't move assetstore package from Releases section to Packages

Open pajama opened this issue 8 years ago • 8 comments

I get this prompt - Error occurred during 'Installing release 'Grids Pro": [WinError 2] The system cannot find the file specified.

However if I right click on the package > show in inspector, it navigates to the package properly.

pajama avatar Jul 08 '17 15:07 pajama

Here's the full error -

PrjCommandException: Error occurred during 'Installing release 'Grids Pro'': [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: PmDragDropHandler -> 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()

pajama avatar Jul 08 '17 15:07 pajama

Are you running Projeny from source or exe? What version of Unity?

svermeulen avatar Jul 10 '17 15:07 svermeulen

@svermeulen, I'm using the exe with Unity 5.6.1

pajama avatar Jul 12 '17 22:07 pajama

bump

fishbrainz avatar Nov 02 '17 07:11 fishbrainz

I managed to fix this by setting the UnityExePath PathVar in the Projeny.yaml to the new Unity.exe path. I had installed more than 1 version of unity.

fishbrainz avatar Nov 06 '17 06:11 fishbrainz

Tried reproducing this again today but was unable to.

svermeulen avatar Nov 16 '17 03:11 svermeulen

@fishbrainz I can confirm that specifying the Unity.exe path in Projeny.yaml under PathVars: / UnityExePath: works when having multiple Unity installations.

bilke avatar Dec 04 '17 09:12 bilke

Confirming that specifying the UnityExePath in the yaml worked for me as well. Unity version: 2018.1.0b5 using the exe with that version as well.

Gravetow avatar Feb 17 '18 23:02 Gravetow