Skip to content

Commit 336bae8

Browse files
committed
v2022.3.62.1 and remove UnityEx.dll (breaking change)
1 parent 9e323e9 commit 336bae8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
You simply install a NuGet package in your IDE to get all and the latest UnityEngine libraies. If you're tired to copy 100+ libraries into your project this is a great solution for you.
66

7+
## Breaking Changes
8+
9+
`UnityEx.dll` was removed starting with UnityEngine Redist 2022.3.62.1 because it belongs to Unturned, not the Unity runtime. If you still need it, grab it by using the [Unturned Redist package](https://github.com/RocketModFix/RocketModFix.Unturned.Redist).
10+
711
## Installation
812

913
Installation is done by using the [RocketModFix.UnityEngine.Redist][nuget_package_RocketModFix.UnityEngine.Redist] NuGet package.

redist/RocketModFix.UnityEngine.Redist.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>RocketModFix.UnityEngine.Redist</id>
5-
<version>2022.3.62</version>
5+
<version>2022.3.62.1</version>
66
<description>UnityEngine redistributables for RocketModFix and plugins.</description>
77
<authors>Unity;RocketModFix</authors>
88
<license type="file">LICENSE.txt</license>

redist/UnityEx.dll

-28.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)