AssetsTools.NET 2.0.12

There is a newer version of this package available.
See the version list below for details.
dotnet add package AssetsTools.NET --version 2.0.12
NuGet\Install-Package AssetsTools.NET -Version 2.0.12
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="AssetsTools.NET" Version="2.0.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AssetsTools.NET --version 2.0.12
#r "nuget: AssetsTools.NET, 2.0.12"
#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.
// Install AssetsTools.NET as a Cake Addin
#addin nuget:?package=AssetsTools.NET&version=2.0.12

// Install AssetsTools.NET as a Cake Tool
#tool nuget:?package=AssetsTools.NET&version=2.0.12

A port and remake of UABE's AssetsTools to C#. Read and write assets and bundle files from any Unity 5 and later. For most cases, you'll need the class data file which you can find in the releases section in the AssetsTools.NET Github repo. See the readme for usage and examples.

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. 
.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 was computed. 
.NET Framework net35 is compatible.  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 was computed.  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.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on AssetsTools.NET:

Package Downloads
ds5678.Modding.TLD.Il2CppAssemblies.Windows

Il2Cpp assemblies for modding The Long Dark by Hinterland Games.

STBlade.Modding.TLD.Il2CppAssemblies.Windows

Il2Cpp assemblies for modding The Long Dark by Hinterland Games.

AssetsTools.NET.Texture

Adds Texture2D decoding for AssetsTools.NET using TextureDecoder.

AssetsTools.NET.Cpp2IL

Adds MonoBehaviour deserialization for AssetsTools.NET using Cpp2IL.

AssetsTools.NET.MonoCecil

Adds MonoBehaviour deserialization for AssetsTools.NET using Mono.Cecil.

GitHub repositories (9)

Showing the top 5 popular GitHub repositories that depend on AssetsTools.NET:

Repository Stars
LavaGang/MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
SubnauticaNitrox/Nitrox
An open-source, multiplayer modification for the game Subnautica.
Raicuparta/nomai-vr
Outer Wilds VR Mod with 6DOF tracking and full motion control support
Lauriethefish/QuestPatcher
Generic il2cpp modding tool for Oculus Quest (1/2/3) apps.
kiraio-moe/USSR
CLI tool to remove Unity splash screen & watermark.
Version Downloads Last updated
3.0.0 4,046 9/23/2023
3.0.0-preview4 1,942 8/9/2023
3.0.0-preview3 4,226 3/21/2023
3.0.0-preview2 343 12/26/2022
3.0.0-preview1 8,416 9/29/2022
2.0.12 3,843 4/7/2022
2.0.11 2,991 1/29/2022
2.0.10 566 1/28/2022
2.0.9 4,085 5/6/2021
2.0.7 387 4/2/2021
2.0.6 3,377 12/10/2020
2.0.5 1,402 9/29/2020
2.0.4 1,105 8/5/2020
2.0.3 658 5/10/2020
2.0.2 1,486 4/9/2020
2.0.1 492 3/19/2020
2.0.0 1,136 2/4/2020
1.0.1 597 5/12/2019
1.0.0 1,048 12/27/2018

v2.0.12 - fix for some languages, MonoDeserializer fixes