GithubHelp home page GithubHelp logo

eliuflorez / utinyripper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mafaca/utinyripper

0.0 1.0 0.0 21.07 MB

GUI and API library for working with Engine assets, serialized and bundle files

C# 100.00%

utinyripper's Introduction

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 conveting them into native Engine format.

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 export:

    • 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 is command line console application. Drag and drop resource file(s) or/and folder(s) onto .exe to retrive assets. It will automaticly try to find resource dependencies, create 'Ripped' folder and extract all supported assets into created directory. As it is a sample application so I'm not going to improve it in any way.

Requirements:

If you want to build a solution, you need:

- .NET Framework 4.6.0 + .NET Standard 1.3 + .NET Core 1.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.6.0

- Microsoft Visual C++ 2013 and Microsoft Visual C++ 2015 Redistributables

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

utinyripper's People

Contributors

mafaca avatar mf-patino avatar pyroglyph avatar spacehamster avatar theclashingfritz avatar thunderfrost0001 avatar xele02 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.