Skip to content

Releases: github-for-unity/Unity

Script All The Things

20 Jun 09:59
092e13c
Compare
Choose a tag to compare

Release Notes

Features

  • #1057 - All the internal API is now public, so it can be extended, scripted or the UI entirely replaced.

Fixes

  • #1058 - Fix the git status output processor to correctly support all the different file statuses.
  • #1061 - Show staged status of files, and don't commit any files that aren't checked

There's Something In The Air

21 May 15:11
1a4b5f7
Compare
Choose a tag to compare

Release Notes

  • #1044 - Wrong git being picked up causes initial repository init to fail, and other problems
  • #1037 - Error due to missing icon

Fire Flower

05 Mar 17:53
a32f4e4
Compare
Choose a tag to compare

GitHub for Unity 1.3.0 - "Fire Flower"

Fire Flower

This release adds a new File History View developed by Sam Christiansen from Bonfire Studios.

This release also fixes packaging issues for OSX in release v1.2.1.

Features

#948 History of a single file (thanks @sambonfire)
#989 Making the standalone api nicer to use

Fixes

#952 Discard doesn't work properly in some cases
#998 Adding several YAML extensions to default gitattributes file (thanks @FurkanKambay)
#1001 Fix asmdef files causing errors on Unity 2018.3 (thanks @sambonfire)
#1008 Refresh asset database after revert (thanks @sambonfire)
#1014 Adding .tif extensions to default gitattributes file (thanks @terokorp)
#1026 Fixing packaging errors

Tailoring The Racoon Suit

09 Jan 13:13
c34d0c1
Compare
Choose a tag to compare

GitHub for Unity 1.2.1 - "Tailoring The Racoon Suit"

This release is a hotfix for an issue affecting Unity 2018.3.

It works around Unity issue 1113071, which causes the plugin to never initialize properly.

Fixes

Mind Meld

17 Dec 15:10
1cfcaad
Compare
Choose a tag to compare

GitHub for Unity 1.2.0 - "Mind Meld"

Mind Meld

This release

  • Adds support for GitHub Web based authentication and GitHub Enterprise
  • Correctly configures and fixes existing support for Unity's Smart Merge

Features

  • #2 - Add support for GitHub Enterprise

Fixes

  • #972 - Error when loading: Access to the path "/usr/local/share/GitHubUnity" is denied.
  • #977 - Fix existing unityamlmerge configurations
  • #943 - Is UnityYAMLMerge actually being used?
  • #955 - Asset Explorer context menu shows "Release Lock" when it shouldn't
  • #934 - Inspector disabled for locked files

v1.2.0-beta1

24 Oct 22:35
66b8bf6
Compare
Choose a tag to compare
v1.2.0-beta1 Pre-release
Pre-release

GitHub for Unity 1.2.0-beta1

This release adds support for GitHub Web based authentication and GitHub Enterprise

THWOMP

22 Oct 18:17
2cc6997
Compare
Choose a tag to compare

GitHub for Unity 1.1.1 - "THWOMP"

Thwomp - Super Mario Wiki

This release fixes an issue that occurs when upgrading from v1.0.3

Notes

  • If GitHub for Unity fails to initialize after the upgrade, Windows users should delete the folder named octorun found at %LOCALAPPDATA%\GitHubUnity

Fixes

  • #941- GitHub for Unity v1.1.0 does not finish initializing

Racoon Suit

10 Oct 22:08
1c53148
Compare
Choose a tag to compare

GitHub for Unity 1.1.0 - "Racoon Suit"

Tanooki Paper Mario - darkfeather1790

This release includes support for Unity 2018.3

Fixes

  • #887 - GitClient.Remove() should spool list of files (thanks @KonH)
  • #910 - Overlay icons in asset explorer only show for repositories with a remote
  • #900 - #882 - #877 - Unity database not refreshing after git action
  • #922 - Error processing git log with files names that look like a drive letter
  • #913 - Meta file not committed when selected
  • #908 - SharpZipLib MissingMethodException on Unity 2018.3
  • #850 - SharpZipLib conflicts with third parties that contain SharpZipLib
  • #926 - Repository with no commits causes error
  • #836 - Unzipped resources cannot be directly moved between drives

Programmable Game Bots

05 Sep 16:51
5833fbb
Compare
Choose a tag to compare

GitHub for Unity 1.0.3 - "Programmable Game Bots"

This release includes support for Unity 2018.x with the newest Mono/.NET 4.5+ profile. If your project is on this version of Unity, we highly recommend that you upgrade to this version of GitHub for Unity.

This release also includes a new public API that allows Unity extension developers to run Git commands in a safe and threaded way. Check our docs on how to use this API at https://github.com/github-for-unity/Unity/blob/master/docs/using/using-the-api.md

Features

  • #810 - Public access to the GitClient API
  • #824 - Support for 2018.x with .NET 4.5+ profile

Fixes

  • #17 - Project window lock icons are too big with high DPI
  • #867 - Tool bar buttons too small for text with high DPI
  • #848 - .gitattributes -merge attribute is wrong
  • #847 - Add diff attribute to .gitattributes for text assets

Documentation

  • #891 - Add documentation to explain connecting to existing repository
  • #896 - Add documentation to explain how to upgrade GitHub for Unity

The 4.6 Experiment

17 Aug 15:02
Compare
Choose a tag to compare
The 4.6 Experiment Pre-release
Pre-release

This build includes a fix to fully support the Unity 4.6 profile. This hasn't been fully tested. If you're having problems with GitHub for Unity and the 4.6 profile (usually with error about duplicate types in System.Threading), try this build out and let us know how it works.

Fixes

  • #824 - 2018 with .NET 4.x is broken