Projeny
Projeny copied to clipboard
Opening VS freezes unity.
Using the menu option Projeny > Open c# project freezes unity completely. Unity is usable again after quitting visual studio.
Ah yes. Projeny was exploiting some undocumented features of the Unity API so that's likely the issue there.
I can't reproduce this. What version of Unity are you using?
@svermeulen 5.6.1
I get this with 2017.1 too.
Edit: You have to actually change a file and save it in VS for Unity to hang.
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.