All Projects → spianmo → Unity-Studio

spianmo / Unity-Studio

Licence: MIT license
UnityStudio Stable版本分支,支持U3D 5.x。

Programming Languages

C#
18002 projects
GLSL
2045 projects

Projects that are alternatives of or similar to Unity-Studio

.NetReactorCfCleaner
A control flow cleaner for .NET Reactor.
Stars: ✭ 42 (+27.27%)
Mutual labels:  unpacker
TML.Patcher
Console application for decompiling, recompiling, packaging, and patching tModLoader's .tmod files at blazing-fast speeds.
Stars: ✭ 38 (+15.15%)
Mutual labels:  unpacker
agsutils
contains utils for AGS: game extractor, repacker, disassembler and assembler
Stars: ✭ 30 (-9.09%)
Mutual labels:  unpacker
.NetReactorStringDecryptor
A string decryptor for .NET Reactor.
Stars: ✭ 20 (-39.39%)
Mutual labels:  unpacker
Detect It Easy
Program for determining types of files for Windows, Linux and MacOS.
Stars: ✭ 2,982 (+8936.36%)
Mutual labels:  unpacker
PboViewer
Cross-platform PBO maker / unpacker
Stars: ✭ 28 (-15.15%)
Mutual labels:  unpacker
NetReactorSlayer
An open source (GPLv3) deobfuscator for Eziriz .NET Reactor
Stars: ✭ 260 (+687.88%)
Mutual labels:  unpacker
CTR-tools
Crash Team Racing (PS1) tools - a C# framework by DCxDemo and a set of tools to parse files found in the original kart racing game by Naughty Dog.
Stars: ✭ 93 (+181.82%)
Mutual labels:  unpacker
RoAMer
Robust Automated Malware Unpacker
Stars: ✭ 72 (+118.18%)
Mutual labels:  unpacker
npk-tools
Mikrotik's NPK files managing tools
Stars: ✭ 63 (+90.91%)
Mutual labels:  unpacker
mozitools
Mozi Botnet related tools helping to unpack a sample, decode a configuration and track active Mozi nodes using DHT.
Stars: ✭ 23 (-30.3%)
Mutual labels:  unpacker
Uniextract2
Universal Extractor 2 is a tool to extract files from any type of archive or installer.
Stars: ✭ 1,966 (+5857.58%)
Mutual labels:  unpacker
unbox
🎁 unbox - Unpack and Decompile the $h*! out of things
Stars: ✭ 39 (+18.18%)
Mutual labels:  unpacker
gust tools
A set of utilities for dealing with Gust (Koei Tecmo) PC games files
Stars: ✭ 117 (+254.55%)
Mutual labels:  unpacker
dmc unrar
A dependency-free, single-file FLOSS unrar library
Stars: ✭ 47 (+42.42%)
Mutual labels:  unpacker
cstruct-go
a fast c-style struct packer & unpacker for golang
Stars: ✭ 28 (-15.15%)
Mutual labels:  unpacker
homm3-unpacker
Parse HOMM3 game files
Stars: ✭ 23 (-30.3%)
Mutual labels:  unpacker
N-Gage stuff
Some N-Gage stuff for translation and modding
Stars: ✭ 21 (-36.36%)
Mutual labels:  unpacker
Unpackers
My collection of unpackers for malware packers/crypters
Stars: ✭ 25 (-24.24%)
Mutual labels:  unpacker
source-map-unpack
Unpack 🛍 your JS source maps 🗺 to original files and folders.
Stars: ✭ 115 (+248.48%)
Mutual labels:  unpacker

UnityStudio

Latest build: Build status

Unity Studio is a tool for exploring, extracting and exporting assets from Unity games and apps. It has been tested with Unity builds from most platforms, ranging from Web, PC, Linux, MacOS to Xbox360, PS3, Android and iOS, and it is currently maintained to be compatible with Unity builds from 2.5 up to the 5.6 version.

Current features

  • Extraction of assets that can be used as standalone resources:
    • Texture2D:
      • DDS (Alpha8, ARGB4444, RGB24, RGBA32, ARGB32, RGB565, R16, DXT1, DXT5, RGBA4444, BGRA32)
      • PVR (YUY2, PVRTC_RGB2, PVRTC_RGBA2, PVRTC_RGB4, PVRTC_RGBA4, ETC_RGB4, ETC2_RGB, ETC2_RGBA1, ETC2_RGBA8, ASTC_RGB_4x4, ASTC_RGB_5x5, ASTC_RGB_6x6, ASTC_RGB_8x8, ASTC_RGB_10x10, ASTC_RGB_12x12, ASTC_RGBA_4x4, ASTC_RGBA_5x5, ASTC_RGBA_6x6, ASTC_RGBA_8x8, ASTC_RGBA_10x10, ASTC_RGBA_12x12, ETC_RGB4_3DS, ETC_RGBA8_3DS)
      • KTX (RHalf, RGHalf, RGBAHalf, RFloat, RGFloat, RGBAFloat, BC4, BC5, BC6H, BC7, ATC_RGB4, ATC_RGBA8, EAC_R, EAC_R_SIGNED, EAC_RG, EAC_RG_SIGNED)
    • AudioClip: fsb, mp3, ogg, wav, m4a, xbox wav
    • Font: ttf, otf
    • Mesh: obj
    • TextAsset
    • Shader
    • MonoBehaviour
  • Support convert all textures to bmp, png or jpeg
  • Support convert FSB file to wav
  • Export to FBX, with complete hierarchy, transformations, materials and textures. Geometry is exported with normals, tangents, UV coordinates, vertex colors and deformers. Skeleton nodes can be exported either as bones or dummy deformers.
  • Real-time preview window for the above-mentioned assets
  • Diagnostics mode with useful tools for research

Usage

Requirements:

UI guide

Item Action
File -> Load file/folder Open Assetfiles and load their assets. Load file can also decompress and load bundle files straight into memory
File -> Extract bundle/folder Extract Assetfiles from bundle files compressed with lzma or lz4
Scene Hierarchy search box Search nodes using * and ? wildcards. Press Enter to loop through results or Ctrl+Enter to select all matching nodes
Asset List filter box Enter a keyword to filter the list of available assets; wildcards are added automatically
Diagnostics press Ctrl+Alt+D to bring up a hidden menu and a new list
Bulid class structures Create human-readable structures for each type of Unity asset; available only in Web builds!

Other interface elements have tooltips or are self-explanatory.

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].