All Projects → mafaca → Utinyripper

mafaca / Utinyripper

Licence: mit
GUI and API library to work with Engine assets, serialized and bundle files

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Utinyripper

Kinovision
Frame visualization utility for Unity
Stars: ✭ 177 (-90.54%)
Mutual labels:  unity, unity3d, debug
Impulse
A barebones C# bootstrap framework for building scalable projects quickly and easily in Unity.
Stars: ✭ 109 (-94.17%)
Mutual labels:  unity, unity3d
Rock Generator
C# rock generator
Stars: ✭ 118 (-93.69%)
Mutual labels:  unity, unity3d
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (-93.64%)
Mutual labels:  unity, unity3d
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+5.18%)
Mutual labels:  unity, unity3d
Reflexityai
Provide a basic framework to build an Utility IA in Unity using the xNode editor of Siccity
Stars: ✭ 109 (-94.17%)
Mutual labels:  unity, unity3d
Simple Firebase Unity
Firebase Realtime-Database's REST API Wrapper for Unity in C#
Stars: ✭ 111 (-94.07%)
Mutual labels:  unity, unity3d
Arcoreutils
Unity plugin that adds shadow and collision to ARCore.
Stars: ✭ 103 (-94.49%)
Mutual labels:  unity, unity3d
Proccharvfx
Procedural character generation with Unity Shader Graph and VFX Graph
Stars: ✭ 114 (-93.91%)
Mutual labels:  unity, unity3d
Cscore
cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
Stars: ✭ 115 (-93.85%)
Mutual labels:  unity, unity3d
Unitystyleguide
For file structure, naming conventions and other things
Stars: ✭ 115 (-93.85%)
Mutual labels:  unity, unity3d
Proceduraltoolkit
Procedural generation library for Unity
Stars: ✭ 1,729 (-7.59%)
Mutual labels:  unity, unity3d
Particleeffectforugui
Render particle effect in UnityUI(uGUI). Maskable, sortable, and no extra Camera/RenderTexture/Canvas.
Stars: ✭ 1,941 (+3.74%)
Mutual labels:  unity, unity3d
Unitydecompiled
Now unnecessary, use the official code instead: https://github.com/Unity-Technologies/UnityCsReference
Stars: ✭ 1,486 (-20.58%)
Mutual labels:  unity, unity3d
Senselexamples
Examples of use of the Sensel Morph with Unity
Stars: ✭ 105 (-94.39%)
Mutual labels:  unity, unity3d
Pb stl
STL import/export for Unity, supporting both ASCII and Binary.
Stars: ✭ 108 (-94.23%)
Mutual labels:  unity, unity3d
Ma textureatlasser
Texture atlas creator for Unity
Stars: ✭ 116 (-93.8%)
Mutual labels:  unity, unity3d
Unityvolumerendering
Volume rendering, implemented in Unity3D.
Stars: ✭ 102 (-94.55%)
Mutual labels:  unity, unity3d
Csharp Eval Unity3d
C# Expression Parser for Unity3D
Stars: ✭ 102 (-94.55%)
Mutual labels:  unity, unity3d
Otto
Otto sample project for the AI Planner
Stars: ✭ 113 (-93.96%)
Mutual labels:  unity, unity3d

uTinyRipper

Download uTinyRipper

Build status Gitter

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:

- .NET Framework 4.7.2

- Microsoft Visual C++ 2015 Redistributables

- Unity 2017.3.0f3 or greater (NOTE: your editor version must be no less than the game's version)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].