Can I recover work from a build?

So I was working on a level and created a build of it to test it out. I noticed that the minimap I had created wasn’t showing the entire map so I loaded an older version inside Unity. Well, now I have lost all the progress that I had and only have the older version of the scene I was working on. However, I have the build that was current. Is there any way for me to recover the work?

No. But I do recommend that you backup your work and use a source control system. At the very least, use an automated backup solution that will backup your system as changes are made (if you’re on a Mac, Time Machine is builtin and free. Windows 8 and above has “File History” which is similar)

Thank you for the information. Luckily there wasn’t too much work so it wasn’t hard to reproduce.