Rust.Polyfills
0.0.2
dotnet add package Rust.Polyfills --version 0.0.2
NuGet\Install-Package Rust.Polyfills -Version 0.0.2
<PackageReference Include="Rust.Polyfills" Version="0.0.2" />
<PackageVersion Include="Rust.Polyfills" Version="0.0.2" />
<PackageReference Include="Rust.Polyfills" />
paket add Rust.Polyfills --version 0.0.2
#r "nuget: Rust.Polyfills, 0.0.2"
#:package Rust.Polyfills@0.0.2
#addin nuget:?package=Rust.Polyfills&version=0.0.2
#tool nuget:?package=Rust.Polyfills&version=0.0.2
Rust.Polyfill
A specialized repository containing auto-generated ProtoBuf classes and Unity Polyfills for the game Rust.
Overview
Rust.Polyfill provides a standalone environment for working with Rust's data structures and network protocols outside of a full Unity application.
Why this exists
Attempting to load certain components from Rust.Data.dll (the official game data assembly) often results in failures because they lean heavily on Unity native methods. These native methods are only available when running within an actual Unity Engine process.
This project solves that issue by:
- Providing Polyfills: Re-implementing essential
UnityEnginetypes (such asVector3,Quaternion,Color, etc.) and utility classes in pure C# so they can be used in any .NET environment. - Auto-generated ProtoBufs: Including the protocol buffer classes used by Rust for serialization and network communication.
Contents
Rust.Data/generated/: Contains the protocol buffer classes generated from the game's.protodefinitions.Facepunch.System/: Core utility libraries and collection types used by the Facepunch engine.UnityPolyfill.cs: A comprehensive collection of Unity-compatible structural types and math utilities designed to mirrorUnityEnginebehavior without the engine dependency.
Maintenance
This repository is intended to be updated with each protocol change of the Rust server. It should be regularly updated to ensure compatibility with the latest game version and its data formats.
License
This project is intended for use with game data from Rust. Please respect Facepunch Studios' terms of service and intellectual property rights when using these files.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- 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.