Hey there, I´m very new to unity so excuse my ignorance.
The problem is as follows: I´ve been making a scene prototype and after restarting unity a couple of my objects were moved and resized! I don´t know why or how!
How can I fix this? Is there a way to get it back how it was?
Thanks in advance!
EDIT: Yes, I did save everything before restarting
I don’t know why this happened. The typical workflow when something unexpectedly breaks is to go back through your check ins in your version control, figure out when and how it happened, and then roll back that specific change if so desired.
If you aren’t using version control, you don’t have the option to investigate why this happened nor the ability to roll back that change. Since this is one of the primary reasons people use version control, you might consider setting it up for your project.