Restore project?

Hey so I somehow managed to degrade my project to an old unity version from unity 2019, now it’s all messed up, is there any hope of restoring it or do I have to remake all the broken stuff?

Ty.

Start using version control or at least backups. That’s a normal part of game development, same as picking an engine or IDE, it’s not actually optional and never has been (or is as optional as driving a car blindfolded).

At the very least back up often.

Degrading or upgrading and so on is something unity warns about constantly, try not to skip it’s warning messages. I can’t comment if loading it in different versions now it’s broken, will do anything, but try on a BACKUP.

2 Likes

Adding on to this, really it’s just good practice in general to make backups of anything you don’t want to lose.

1 Like

Thanks both of you, I’ll be more considerate in the future.