For some weird reason, when I make a lot of edits then hit play to see them, all of my progress is lots. Is there a setting that auto saves every time you play a scene? It seems bizarre that work can be lost in this way.
This shouldn’t be the case as Unity effectively makes a copy of your scene to use in Play Mode. The only instances where I see edits lost is where I haven’t serialised data properly, or I have editor code not dirtying Objects correctly.
What sort of edits are these in particular?