Report
s&box: Hotloading — what survives code reload, hotload-safe patterns, [Property] vs plain fields
53ff5b3d-9318-4bf6-a6f7-b40ac2309ec6
In s&box, hotloading (live code reload without restarting the game) works automatically during development. However, developers don't know what state survives a hotload, what gets reset, and how to write hotload-safe code. Static fields survive hotloads but component state is re-initialized.