RocketModFix.Unturned.Redist.Client-Preview 3.26.3.3

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package RocketModFix.Unturned.Redist.Client-Preview --version 3.26.3.3
                    
NuGet\Install-Package RocketModFix.Unturned.Redist.Client-Preview -Version 3.26.3.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RocketModFix.Unturned.Redist.Client-Preview" Version="3.26.3.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RocketModFix.Unturned.Redist.Client-Preview" Version="3.26.3.3" />
                    
Directory.Packages.props
<PackageReference Include="RocketModFix.Unturned.Redist.Client-Preview" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RocketModFix.Unturned.Redist.Client-Preview --version 3.26.3.3
                    
#r "nuget: RocketModFix.Unturned.Redist.Client-Preview, 3.26.3.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package RocketModFix.Unturned.Redist.Client-Preview@3.26.3.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RocketModFix.Unturned.Redist.Client-Preview&version=3.26.3.3
                    
Install as a Cake Addin
#tool nuget:?package=RocketModFix.Unturned.Redist.Client-Preview&version=3.26.3.3
                    
Install as a Cake Tool

RocketModFix.Unturned.Redist

Unturned's managed assemblies (Assembly-CSharp.dll, com.rlabrecque.steamworks.net.dll, UnturnedDat.dll, the SDG/Unity dependencies, and the API XML docs), packaged for NuGet and refreshed automatically each time Unturned ships a new build. Reference a package instead of hand-copying DLLs out of the game's Managed folder after every patch.

Redistributed with permission. Nelson Sexton (Smartly Dressed Games) gave explicit written approval to distribute Unturned's libraries — see issue #8.

Install

dotnet add package RocketModFix.Unturned.Redist.Server

or in your .csproj:

<PackageReference Include="RocketModFix.Unturned.Redist.Server" Version="x.y.z" />

Which package do I want?

Choose by side (client or server). Use a .Publicized variant when your plugin needs to touch private/internal members — their visibility is rewritten to public.

Package For
Client Client-side tools and mods
Server Server-side plugins and tools
Client.Publicized Client mods that need non-public members
Server.Publicized Server plugins that need non-public members

Stable vs. preview builds

Client and Server carry two streams under the same package id:

  • Stable — Unturned's default branch, versioned x.y.z.n.
  • Preview — Unturned's preview branch, published as a prerelease x.y.z.n-preview<build>. Enable "include prerelease" in your NuGet client to pull it.

The standalone …Client-Preview and …Server-Preview packages are legacy. They still update for projects that already reference them, but new code should use the prerelease stream above.

How it works

Everything runs on GitHub Actions, with no external servers. A scheduled job watches Steam for new Unturned builds; when one lands it downloads the build, repackages the managed DLLs, and opens a pull request. The PR is validated (files present, hashes match, version not a downgrade) and auto-merged, which publishes the affected package to NuGet.

📖 ARCHITECTURE.md has the full picture: the workflows, the variant matrix in .github/variants.json, how the 4 Steam sources map to 10 directories and 6 packages, and how to add a variant.

Architecture

Credits

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.26.4.100 98 5/29/2026
3.26.3.107 118 4/27/2026
3.26.3.3 25 6/13/2026
3.26.3.2 97 5/7/2026
3.26.3.1 98 5/1/2026
3.26.3 91 4/30/2026
3.26.2.3 105 4/22/2026
3.26.2.2 116 4/7/2026
3.26.2.1 123 4/2/2026
3.26.1.101 125 1/20/2026
3.26.1.100 132 1/16/2026
3.26.1.1 128 1/30/2026
3.26.1 144 1/22/2026
3.25.10.107 241 11/14/2025
3.25.10.106 267 11/14/2025
3.25.10.105 251 10/30/2025
3.25.10.104 240 10/29/2025
3.25.10.103 239 10/21/2025
3.25.10.1 223 12/5/2025
3.25.10 235 12/4/2025
Loading failed