Skip to content

Releases: aevitas/unity-patch

Version 2.1.1

18 Jul 17:51
cb3f95c
Compare
Choose a tag to compare

Maintenance release.

  • Adds support for Unity version 2019.4 on Windows (thanks @arthomnix!)

Version 2.1

09 Jun 16:53
1fbf218
Compare
Choose a tag to compare
  • Adds support for most Unity version on Linux
  • Adds support for 2019.2 and 2019.4 on MacOS

Thanks to @maximilianmaihoefner for both contributions!

Version 2.0.1

08 May 22:33
344badd
Compare
Choose a tag to compare
Version 2.0.1 Pre-release
Pre-release

Maintenance release addressing a bug that prevented 2.0.0 from running.

Version 2.0

05 May 15:32
779fdfb
Compare
Choose a tag to compare
Version 2.0 Pre-release
Pre-release

Note: This release contains some bugs preventing the patch from running. Please use 2.0.1 or later.

Version 2.0 contains a bunch of usability improvements (thanks to @maximilianmaihoefner):

  • Operating system is now detected automatically
  • Unity installs are now detected automatically
  • Command line arguments are now optional. If you start the patcher, you'll be walked through the process of finding and patching the correct Unity install

All previous command line arguments are still supported. You can deviate from the automatically detected OS and Unity install locations using the command line arguments if you so desire.

Version 1.4

17 Apr 09:28
Compare
Choose a tag to compare

The patch is now a single (fairly large) executable instead of a huge amount of files.

This release also adds support for the following version of Unity:

  • Version 2018.2, 2018.3 and 2018.4 on Windows
  • Version 2018.4 on OSX

While this release should work, it's marked as a pre-release because the single executable thing hasn't been tested on all OSes yet.

Version 1.3

15 Apr 09:58
Compare
Choose a tag to compare

Maintenance release with support for new Unity versions on OSX and bug fixes.

  • When no Unity version is specified explicitly, the patcher will now use the most recent supported version for the specified OS
  • Fixed support for Unity version 2019.3.x on MacOS (thanks @maximilianmaihoefner!)
  • Added support for Unity version 2020.x on MacOS (thanks @maximilianmaihoefner!)

Version 1.2

24 Feb 19:24
Compare
Choose a tag to compare
  • Adds support for Unity 2019.3 for Windows
  • Adds support for Unity 2019.3 for Mac (thanks @nicolasgramlich!)
  • Add the --force switch for forcing a patch when multiple offsets are found
  • Miscellaneous improvements and bug fixes

Version 1.1

22 Jan 11:46
Compare
Choose a tag to compare

This release introduces version switches, as well as support for Unity versions 2020.1 and 2019.3 for Windows.

Linux Support

11 Nov 18:55
Compare
Choose a tag to compare

Adds support for Unity 2019.2.3f on Linux.

Unity v2019.1.0f2 - netcore30

11 Oct 18:37
0718a3d
Compare
Choose a tag to compare

Upgrade to .NET Core 3.0 so we don't have to rely on the dotnet host process anymore.