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.
Starting with UnityEngine Redist 2022.3.62.1, UnityEx.dll is shipped only with the Unturned Redist package, because it is part of Unturned rather than the Unity runtime. If you still rely on UnityEx.dll, please obtain it from the Unturned Redist package
Installation is done by using the RocketModFix.UnityEngine.Redist NuGet package.
If you want to update redist then run update.bat and input the path to the Unturned Managed directory
- Open your Unturned install folder (for example
C:\Program Files (x86)\Steam\steamapps\common\Unturned). - Right click
UnityPlayer.dll(orUnturned.exe) in that root folder and choose Properties. - Go to the Details tab and copy the
File versionvalue - that's the Unity Engine version. - Optionally install the same Unity Editor version and copy its
.xmldocs if they're missing in Managed, so your IDE still shows API hints.
- Packaging scripts/metadata: MIT license (see
LICENSEin the repo root). - Unity binaries we redistribute: Unity Terms of Service and Unity Software Additional Terms (see
Unity-License.txtin the package or https://unity.com/legal/terms-of-service and https://unity.com/legal/terms-of-service/software for the current text).