Blue plus with my prefab icon

Well, first, back your project up before you do any more upgrading. That should be the FIRST thing you do before upgrading anything. Upgrading is almost always a one-way destructive process, making good source control and/or backups critical.

I haven’t used collab, I always use git (see below). I highly recommend uninstalling collab and any other unnecessary packages, as Unity tends to barf a lot of unneeded stuff in. See image here:

Extra unwanted packages in new projects:

Personally I use git because it is free and there are tons of tutorials out there to help you set it up.

As far as configuring Unity to play nice with git, keep this in mind:

Here’s how I use git in one of my games, Jetpack Kurt:

Using fine-grained source control as you work to refine your engineering:

Share/Sharing source code between projects:

Setting up the right .gitignore file:

Generally setting Unity up (includes above .gitignore concepts):

1 Like