Legacy Documentation: Version 2017.1 (Go to current version)
Open-source repositories
Step 1: Get a Bitbucket account
Other Versions

How to contribute to Unity

A guide for open-source contributers

This guide provides help and support for Unity users who may not have participated in an open-source project before.

Unity uses distributed version control to version open-source components. Essentially, this means that you make changes and contribute them back through a process of “forking” our repository, cloning your “fork”, pushing your changes to your “fork”, and then opening a pull request for us to review.

This guide includes an example walkthrough to help make this process clearer. Please also see the Further Reading section and the FAQ section to learn more about open-source contributions to Unity.

Did you find this page useful? Please give it a rating:

Open-source repositories
Step 1: Get a Bitbucket account