Projeny icon indicating copy to clipboard operation
Projeny copied to clipboard

Opening VS freezes unity.

Open pajama opened this issue 7 years ago • 5 comments

Using the menu option Projeny > Open c# project freezes unity completely. Unity is usable again after quitting visual studio.

pajama avatar Jul 04 '17 05:07 pajama

Ah yes. Projeny was exploiting some undocumented features of the Unity API so that's likely the issue there.

svermeulen avatar Jul 04 '17 18:07 svermeulen

I can't reproduce this. What version of Unity are you using?

svermeulen avatar Jul 10 '17 15:07 svermeulen

@svermeulen 5.6.1

pajama avatar Jul 12 '17 22:07 pajama

I get this with 2017.1 too.

Edit: You have to actually change a file and save it in VS for Unity to hang.

yacuzo avatar Aug 04 '17 08:08 yacuzo

I did some debugging. Turns out all I was missing was "PathVars:" in my userprofile Projeny.yaml. I followed the guide in issue #8, and the formatting made some parts easy to miss.

Note: I'm using VS 2017, so I also applied the changes for VS 2017 from PR #57 to my local installation.

yacuzo avatar Aug 04 '17 12:08 yacuzo