Chris Handzlik

Results 53 issues of Chris Handzlik

Reported by user, changing order helped, needs confirmation

bug

feature
feature-new-fields-added-at-runtime

More details from user: (needs confirmation) it looks like if I recompile when it's not running (by using the shortcut of Fast Script Reload) and very quickly I use the...

bug
needs-refinement

``` public class SingletonTest { private static SingletonTest _instance; public static SingletonTest Instance { get { if (_instance == null) { _instance = new SingletonTest(); //Won't be rewritten to __Patched_...

bug

Currently new file will be created for hot-reloaded code and breakpoints can be added there. Alternatively in IDE wide function-breakpoint can be set referencing patched class name ChangedClass*__Patched_* This works...

feature
feature-debugger-support

`this is what happens to me. First time I deleted for loop it works, because FSR reloaded scripts when coroutine entered the first loop. Second time I delete the same...

bug

bug
feature-new-fields-added-at-runtime