Build what's next on GitHub, the place for anyone from anywhere to build anything.
Join us October 28-29 in San Francisco or online for GitHub Universe, our flagship developer event uniting people, agents, and the world's code.
Our GitHub for Unity 0.19-alpha “Swashbuckler” release is now available with much improved Mac support, bug fixes, and performance improvements—many added by the community. Here are a few highlights since…

Our GitHub for Unity 0.19-alpha “Swashbuckler” release is now available with much improved Mac support, bug fixes, and performance improvements—many added by the community.
Here are a few highlights since our last Unity update.
GitHub for Unity for Mac should now have the same features and functionality (and bugs!) as the Windows version. Thanks to a custom fork of Axosoft’s NSFW library, our SFW Library provides us with a file watcher to refresh the UI consistently across platforms.
Say goodbye to all those �s that you may have seen in your commit history. Thanks to @shiena, commit messages will start looking less like:
And more like:
Thanks also to Dazzle for your commitment to open source.
Thanks again to @shiena, commit logs will now follow the recommended style, meaning they’ll look a lot less like this:
And a lot more like this:
This is beneficial for a variety of reasons, but consider the one person on your team who’s still using the command line. Commands like git log and git shortlog will be a lot more useful when the commit subject and body are clearly separated:
Finally, @MunchyYDL applied best practices to our views and picked up the first of our up-for-grabs issues—specifically, using EditorGUI.BeginDisabledGroup() and EditorGUI.EndDisabledGroup() rather than setting GUI.enabled().
Oh, and congratulations on your first pull request, @MunchyYDL!
You’ll find the complete list of new features, improvements, and bug fixes in the release notes. Many thanks to our community for your contributions during the alpha.
Please note: If you’re upgrading to the latest version, the plugin location has moved to Assets/Plugins/GitHub. You’ll need to exit Unity completely and delete the Assets/Editor/GitHub folder before installing the latest version. Hey, we told you it was an alpha.
The alpha release is available for free to all GitHub and Unity users.