Releases: aevitas/unity-patch
Version 2.1.1
Maintenance release.
- Adds support for Unity version 2019.4 on Windows (thanks @arthomnix!)
Version 2.1
- 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
Maintenance release addressing a bug that prevented 2.0.0 from running.
Version 2.0
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
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
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
- 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
This release introduces version switches, as well as support for Unity versions 2020.1 and 2019.3 for Windows.
Linux Support
Adds support for Unity 2019.2.3f on Linux.
Unity v2019.1.0f2 - netcore30
Upgrade to .NET Core 3.0 so we don't have to rely on the dotnet
host process anymore.