SkillAgentSearch skills...

UtinyRipper

No description available

Install / Use

/learn @zehaoh/UtinyRipper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

UtinyRipper

Latest build: Build status Gitter

Utiny Ripper is a tool for extracting assets from serialized files (CAB-*, *.assets, .sharedAssets, etc.) and assets bundles (.unity3d, *.assetbundle, etc.) into native Engine format.

Export features

  • Prefabs (GameObjects with transform components)
  • Meshes
  • Materials
  • Shaders
  • Textures (containers and raw only)
  • Movie textures
  • Fonts
  • AnimationClips (legacy, generic)
  • AnimatorControllers
  • Avatars
  • Terrains
  • TextAssets
  • Scenes
  • Components:
    • MeshRenderer
    • SkinnedMeshRenderer
    • Animation
    • Animator
    • Canvas
    • Light
    • ParticleSystem
    • Colliders
    • Rigidbody
    • AudioSource
    • Camera
    • MonoBehaviour (Mono only)
    • MonoScript (Mono only)

Structure

Solution consist of two project:

  • UtinyRipperCore

    Core library. It's designed as an single module without any third party dependencies.

  • UtinyRipper

    Test console application. You can use it as an example for your own project. This is command line console application. Drag and drop any resource file(s) to it to retrive assets. It will automaticly try to find resource dependencies, create 'Ripped' directory and extract all supported asset files into created folder. This is a sample application and it won't get improved in any way.

Requirements:

If you want to build solution you need:

.NET Framework 4.7.1 compiler with C# 7.2 syntax support (Visual Studio 2017)

If you want to only run binaries of sample project you need to install:

.NET Framework 4.7.1

Unity 2017.3.0f3

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated1mo ago
Forks2

Languages

C#

Security Score

70/100

Audited on Mar 5, 2026

No findings