GitHub For Unity Now Available
Written by Kay Ewbank   
Tuesday, 19 June 2018

The open source GitHub for Unity editor extension, which brings Git into Unity with an integrated sign-in experience for GitHub users, is out of beta and available for download. 

Unity is the popular multi-platform game engine used to develop and deploy two- and three-dimensional games for a wide range of platforms and devices. The GitHub for Unity extension provides a better way to integrate Git and GitHub into Unity workflows, even when a developer is working with large binary files.

While the extension is called GitHub for Unity, it can be used with other Git servers such as on-premises installations. When used with Unity, the extension integrates Git and GitHub directly into the Unity Editor, so developers can configure, collaborate, and manage a Git project in a dedicated window. The extension also includes Git LFS v2.0 support to store large binary assets. The LFS (large file storage) client means you can store large binaries in separate storage, and still work with them in the Git repo. This option of storing large asset files outside your repository (but still on GitHub.com servers) means the repository becomes smaller, making cloning and fetching faster.  The option also makes versioning possible.

 

gitunity

 

File locking is another feature of the extension, meaning developers working in teams can lock files they are updating to prevent other users from updating them at the same time. Concurrent edits in Git repositories lead to merge conflicts, which are very difficult to resolve in large binary files.

The newly released version has some improvements to the beta. The file locking management is now a top-level view within the GitHub window, so can be used to lock or unlock multiple files.

Diffing support has also been added so developers can use their favorite diffing program to visualize changes to files directly from the “Changes” view in the GitHub window.  Other improvements include improved Git and Git LFS support for Mac, and a Git action bar for essential operations.

 

githubdeklogo

More Information

Unity Github Download Site

Related Articles

Microsoft Buys GitHub - Get Ready For a Bigger Devil

GitHub Marketplace Now Accepts Free Apps and Offers Free Trials

GitHub Enterprise Adds Team Discussions

GitHub Adds Security Alerts

Visual Studio Improves Gaming Tools For Unity

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


The Experience AI Challenge
28/03/2024

The Raspberry Pi Foundation in collaboration with Google DeepMind has announced the Experience AI Challenge. Its intention is to guide young people under the age of 18, and their mentors, through [ ... ]



Can C++ Be As Safe As Rust?
10/04/2024

Herb Sutter is a well known and respected C++ champion and he thinks that the language only needs a few tweaks to make it as safe as Rust. Can this be true?


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 03 July 2018 )