Sdk control panel freezes unity occasionally.
snail
About every minute or so my unity freezes for 6-7 seconds.
Profiler snapshot:
This appears to be some monoio problem.
The vrc line is just computing version date for an editor gui label which could probably only be computed once and stored instead of recomputing it each OnGui call.
Log In
Thomas Wright
I fixed mine just now by telling Unity where VRChat.exe was in VR Chat Settings panel. As soon as I pointed it to the correct file, no more freezing Unity!
AnDarry _
Thomas Wright: Wait, how do you do this?
Thomas Wright
AnDarry _: Hit the Edit button and direct it to the path of your vrchat.exe file.
AnDarry _
Thomas Wright: Sorry but can you give a more in depth explenation? i dont know how to do a lot of stuff in unity. im just a begginer. :/
AnDarry _
Nevermind i got it!
polyzium
I just downloaded the SDK, using Unity 5.6.3p1, same problem here, why isn't this fixed yet?
Fighter19
Can confirm.
Can't open the Control Panel, because it basically freezes Unity.
Uncommenting the call to ShowBuildControls() in OnGui()
makes Unity run again.
That being said "ShowBuildControls" needs a fix.
EDIT:
Uncommenting the two LabelField functions makes the Panel usable again, just like implied by the answer.
MotoFckr9k
Fighter19: i am not sure if this is the same issue, but for me unity became unusable when i tried to open the build control panel. Setting the path of vrchat.exe in the settings fixed it for me.