branchrust_reboot/main/hot_reload_unitycancel
7 Commits over 31 Days - 0.01cph!
Add hotreload package manually since specifying the package link requires a git client on PC
Merge from main -> hot_reload_unity
Merge from main -> hot_reload_unity
Merge from main -> hot_reload_unity
Add "HotReload" editor class that allows you to define temporary runtime fields without recompiling
- Backed by a Dictionary<string,object>, only intended for use inside editor so it's ok if it's slow