handzlikchris / FastScriptReload

Hot Reload implementation for Unity. Iterate on code insanely fast without breaking play session. Supports any editor. 1. Play 2. Make change 3. See results
https://immersivevrtools.com/projects/fast-script-reload
MIT License
1.61k stars 115 forks source link

Extension methods can not be called on newly-added-fields #40

Open handzlikchris opened 1 year ago

builder-main commented 1 year ago

True story. Meawhile, as a wokaround, I do refactor my extension method calls to be of the following form in order to compile. MyStaticClass.MyMethod(var)

builder-main commented 3 months ago

related to #117 and probably #121 as well.