consulo / consulo-unity3d

Frameworks: Unity3D
Apache License 2.0
103 stars 10 forks source link

Unity has issues if consulo is not running when the consulo plugin is installed #100

Closed sfjohansson closed 7 years ago

sfjohansson commented 7 years ago

It seems like the failure to connect to a running instance of consulo makes unity stutter/hang when the plugin is installed. I'd expect that it it should be possible to only work with the editor without having consulo running.

(Windows 10)

VISTALL commented 7 years ago

Hi. At what action unity hungs?

Thanks

sfjohansson commented 7 years ago

For instance when pressing play. Tested on an empty project and the issue appeared when there is Debug.Log output in the code, so if the plugin would attempt to forward these..then that could be it.

VISTALL commented 7 years ago

Reproduced

VISTALL commented 7 years ago

Unity 5.3 + ? Can you this build?

UnityEditorConsuloPlugin5.3.zip

sfjohansson commented 7 years ago

Great...that works... thanks for coming up with a fix so quick :)