AssetsTools.NET 3.0.0-preview2

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

// Install AssetsTools.NET as a Cake Tool
#tool nuget:?package=AssetsTools.NET&version=3.0.0-preview2&prerelease

AssetsTools

Nuget Prereleases discord

Documentation and examples can be found on the wiki.

A .NET library for reading and modifying Unity assets and bundles based off of the AssetsTools library from UABE's AssetsTools library.

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 3,858 9/23/2023
3.0.0-preview4 1,927 8/9/2023
3.0.0-preview3 3,979 3/21/2023
3.0.0-preview2 339 12/26/2022
3.0.0-preview1 8,197 9/29/2022
2.0.12 3,659 4/7/2022
2.0.11 2,987 1/29/2022
2.0.10 566 1/28/2022
2.0.9 4,018 5/6/2021
2.0.7 387 4/2/2021
2.0.6 3,363 12/10/2020
2.0.5 1,402 9/29/2020
2.0.4 1,105 8/5/2020
2.0.3 654 5/10/2020
2.0.2 1,485 4/9/2020
2.0.1 490 3/19/2020
2.0.0 1,134 2/4/2020
1.0.1 597 5/12/2019
1.0.0 1,048 12/27/2018

v3.0.0-preview2 - preview of the complete overhaul of assetstools.net. moved texture2d/cpp2il to new packages. mono.cecil will be moved later. fixed some bugs with older versions of unity, lz4 streaming, and unicode strings (again).