Loic.mafaca.UtinyRipper
1.0.0
dotnet add package Loic.mafaca.UtinyRipper --version 1.0.0
NuGet\Install-Package Loic.mafaca.UtinyRipper -Version 1.0.0
<PackageReference Include="Loic.mafaca.UtinyRipper" Version="1.0.0" />
<PackageVersion Include="Loic.mafaca.UtinyRipper" Version="1.0.0" />
<PackageReference Include="Loic.mafaca.UtinyRipper" />
paket add Loic.mafaca.UtinyRipper --version 1.0.0
#r "nuget: Loic.mafaca.UtinyRipper, 1.0.0"
#:package Loic.mafaca.UtinyRipper@1.0.0
#addin nuget:?package=Loic.mafaca.UtinyRipper&version=1.0.0
#tool nuget:?package=Loic.mafaca.UtinyRipper&version=1.0.0
uTinyRipper
uTinyRipper is a tool for extracting assets from serialized files (CAB-*, *.assets, *.sharedAssets, etc.) and assets bundles (*.unity3d, *.assetbundle, etc.) and converting them into native Engine format.
Important note: work on this project has been suspended. The Author is going to restart it from scratch, please redirect development and focus on other things. So don't waste your time on PRs, propositions or complex issues. The only exception is bug fixes.
Supported versions: 1.x to 2019.x (since development is suspended, 2020.x or greater won't be supported)
Export features
- Scenes
- Prefabs (GameObjects with transform components)
- AnimationClips (legacy, generic, humanoid)
- Meshes
- Shaders (native listing)
- Textures
- Audio
- Fonts
- Movie textures
- Materials
- AnimatorControllers
- Avatars
- Terrains
- TextAssets
- Components:
- MeshRenderer
- SkinnedMeshRenderer
- Animation
- Animator
- Canvas
- Light
- ParticleSystem
- Colliders
- Rigidbody
- AudioSource
- Camera
- MonoBehaviour (Mono only)
- MonoScript (Mono only)
Structure
uTinyRipperCore
Core library. It's designed as an single module without any third party dependencies.
uTinyRipperGUI
Basic graphic interface application. It has some extra converters, so additionally it exports:
- AudioClip .wav export
- Texture2D .png export (with Sprites)
- Shader DirectX blob export
- References to build-in Engine assets
uTinyRipperConsole and uTinyRipperConsoleNETCore
Sample console application which is designed to test Core library functionality.
It's a command line application. Drag and drop resource file(s) or/and folder(s) onto the .exe to retrieve the assets. It will then automaticly try to find resource dependencies, create a 'Ripped' folder and extract all supported assets into the created directory. As this is a sample application, I'm not going to improve it in any way.
Requirements:
If you want to build a solution, you'll need:
- .NET Framework 4.7.2 + .NET Core 2.0 SDK
- Compiler with C# 7.3 syntax support (Visual Studio 2017)
If you want to run binary files, you need to install:
- Microsoft Visual C++ 2015 Redistributables
- Unity 2017.3.0f3 or greater (NOTE: your editor version must be no less than the game's version)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
-
net5.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.
Version | Downloads | Last Updated |
---|---|---|
1.0.0 | 0 | 7/31/2021 |