Skip to content

Instantly share code, notes, and snippets.

@liam-middlebrook
Last active September 7, 2015 16:50
Show Gist options
  • Save liam-middlebrook/c5da4fab17faba261f8b to your computer and use it in GitHub Desktop.
Save liam-middlebrook/c5da4fab17faba261f8b to your computer and use it in GitHub Desktop.
Gamedev Resources Git + Unity

Git + Unity Resources

Beginners tutorial for how to use command line Git. This is useful for all Git users, whether or not you will be using a Graphical User Interface.

Blogpost that details some key parts of a Git + Unity workflow within the industry.

A great resource on how to write proper commits. This is an invaluable skill that is commonly overlooked by many students, but will help you at wherever you may end up. Whether you're making a Git commit or a Perforce changelist you should be able to write a solid message that describes the impact of your changes.

Unity has a new built-in tool for merging scenes and prefabs. It is recommended that you set this up with either the Git or SourceTree instructions depending on which tool you are using.

Recommended reading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment