Getting started with version control for Bitbucket

If you guys are wondering how to get started with version control using Butbucket and SourceTree you can check out the tutorial I made:

Skill Level: Beginner

I post tutorials regularly so be sure to follow my blog for more! :wink:

2 Likes

Great post, 2 comments:
1: You also have to set the “Version Control / Mode” to output .Meta files for VC to work properly
2: Would be good if you can also mention other tools you can use for accessing the source, like TortoiseHG which works with the File Explorer

Keep up the great work.

1 Like

Thanks a lot! :smile:

Unity now puts “visible meta files” setting on default. Or am I missing something?

I will look into that, glad to know! :slight_smile:

I’ll double check as I just had to do a fresh install on another machine, but your screenshot shows “Hidden meta files” :smile:
But still worth pointing out to ensure it is set correctly.

1 Like

My bad. I found out that there are hidden meta files enabled by default. Going to update article. :stuck_out_tongue:

1 Like

Hey thanks elmar!
Just getting into this now as I’m about to collaborate on a Unity project and it seems pretty straight forward :slight_smile:

1 Like

Sadly, I’ve not read this all the way thru yet, but it’s a valuable article.

1 Like

nice article, I just completed a tutorial the other day and was wondering how to incorporate VC

I’m currently using SVN for version control, have been meaning to try Git in my next project. Following your steps looks like an easy way for me to start.