What kind of things should you check when upgrading to a new version of unity?

Should you mostly look to the console for errors? Or do a lot of replaying?
I would be thankful for some advice. It would be kinda sad if upgrading gave some problems I didn’t see until after i did a lot of other work!

Mostly when you upgrade a project any issues will appear in the console and its usually and outdated package or that something has changed in the way we write the code.
An example would be that a while back there was a different way to load the scenes and they introduce SceneManager which actually made the process a lot easier.

To sum up generally all issues will appear in the console after the upgrade to a new unity verison

Hope this helps

1 Like

Yes, thank you very much!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms