You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugging using Doorstop works out of the box for me without any setup which is great, but since Doorstop also adds hot reload I was wondering if this should also 'just' work? I tried rebuilding my mod both when running in debug and default run, but neither sees my changes reflected in game. I do have a Reloadable attribute added.
Debugging using Doorstop works out of the box for me without any setup which is great, but since Doorstop also adds hot reload I was wondering if this should also 'just' work? I tried rebuilding my mod both when running in debug and default run, but neither sees my changes reflected in game. I do have a
Reloadableattribute added.