I’m developing a game with a partner, but I’m not sure how I can get it on his computer, or get us in there at the same time. So does Unity support multiple people developing at once? How would you do it? How would you share it? Any other information on this topic would be appreciated as well.
Asset Server requires pro version while version control is a third party app so there might be costs.
I would recommend BitBucket and SourceTree combination. While setting up your project for the first time, you’d better make a backup in case something goes wrong.
Visual Studio Code has GIT built right into it. Unfortunately it doesn’t work with BitBucket just yet. I’m using SourceTree to push the project to the server and VSCode to do my commits locally.