Resonite.GameLibs
2025.9.12.1173
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Resonite.GameLibs --version 2025.9.12.1173
NuGet\Install-Package Resonite.GameLibs -Version 2025.9.12.1173
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="Resonite.GameLibs" Version="2025.9.12.1173" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Resonite.GameLibs" Version="2025.9.12.1173" />
<PackageReference Include="Resonite.GameLibs" />
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 Resonite.GameLibs --version 2025.9.12.1173
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Resonite.GameLibs, 2025.9.12.1173"
#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 Resonite.GameLibs@2025.9.12.1173
#: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=Resonite.GameLibs&version=2025.9.12.1173
#tool nuget:?package=Resonite.GameLibs&version=2025.9.12.1173
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Resonite.GameLibs
Stripped reference assemblies for the Resonite platform.
Features
- Reference assemblies stripped of implementation details
- Non-publicized assemblies for internal API access
- Elements.Quantity built from a patched fork to remove the unused ExtensionAttribute class that causes warnings (PR)
- Includes PDB files for debugging support
- Includes XML documentation files
- Automatically generated and updated via GitHub Actions
Version Information
This package is automatically updated to match the latest Resonite platform version.
Usage
Add this package to your project to reference Resonite assemblies without requiring the full game installation.
For best IDE experience, configure your project to prefer local references when available (for better decompilation support) and fall back to this package otherwise:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
...
<GamePath Condition="'$(ResonitePath)' != ''">$(ResonitePath)/</GamePath>
<GamePath Condition="Exists('$(MSBuildProgramFiles32)\Steam\steamapps\common\Resonite\')">$(MSBuildProgramFiles32)\Steam\steamapps\common\Resonite\</GamePath>
<GamePath Condition="Exists('$(HOME)/.steam/steam/steamapps/common/Resonite/')">$(HOME)/.steam/steam/steamapps/common/Resonite/</GamePath>
</PropertyGroup>
<ItemGroup>
...
</ItemGroup>
<ItemGroup Condition="!Exists('$(GamePath)')">
<PackageReference Include="Resonite.GameLibs" Version="2025.*" />
</ItemGroup>
<ItemGroup Condition="Exists('$(GamePath)')">
<Reference Include="FrooxEngine">
<HintPath>$(GamePath)FrooxEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Elements.Core">
<HintPath>$(GamePath)Elements.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Renderite.Shared">
<HintPath>$(GamePath)Renderite.Shared.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
</Project>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. |
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 |
---|---|---|
2025.9.23.12372 | 116 | 9/27/2025 |
2025.9.23.12371 | 170 | 9/25/2025 |
2025.9.23.1237 | 199 | 9/23/2025 |
2025.9.12.1173 | 146 | 9/12/2025 |
2025.9.2.430 | 456 | 9/2/2025 |
2025.9.1.1178 | 150 | 9/1/2025 |
2025.9.1.748 | 150 | 9/1/2025 |
2025.8.27.954 | 224 | 8/27/2025 |
2025.8.26.946 | 209 | 8/26/2025 |