disguise-one / RenderStream-Unity

RenderStream plugin for Unity
BSD 3-Clause "New" or "Revised" License
38 stars 15 forks source link

Unity stuck on Application.Reload or Compiling Assembly progress bar right after any code changes #12

Closed wangyangwang closed 3 years ago

wangyangwang commented 3 years ago

With the plugin in the project. Whenever there is any code change that triggers a recompile, there is a 50% chance Unity will get stuck in that compiling progress bar forever.

Unity version: 2020.3.3 Plugin : r1.26 e1c3222

husberg-disguise commented 3 years ago

I wasn't able to reproduce the exact issue, but fixed a shutdown hang in 06a4a17. Let me know if that didn't help and we'll reopen this.

husberg-disguise commented 3 years ago

Managed to repro.

Steps to repro:

husberg-disguise commented 3 years ago

Hopefully fixed in f05ceea