Unitystudio



Page 1 of 1
[ 6 posts ]
Print viewPrevious topic | Next topic

Ripping/decompiling maps or level files (scenes as called by Unity3D Engine) is easy with this wonderful command-line tool.🔵 Bang the 🔔Bell! Offered by (1) 895 users. Do you like puzzle game? Great, Drag or swipe the wooden blocks. Clear a path for the blue colored block. Do you like puzzle game? Great, Drag or swipe the wooden blocks. Clear a path for the blue colored block. How many moves do you need to complete the game.

AuthorMessage
PostPosted: Tue Aug 19, 2014 12:11 am

Joined: Fri Aug 08, 2014 4:49 am
Posts: 9
Unity Studio is a tool for exploring, extracting and exporting assets from Unity games and apps.
It is the continuation of my Unity Importer script for 3ds Max, and comprises all my research and reverse engineering of Unity file formats. It has been thoroughly 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.0 up to the latest version.
Download: app.box.com/UnityStudio
GitHub: https://github.com/RaduMC/UnityStudio

Current features:
  • 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.
  • Extraction of assets that can be used as standalone resources:
    • Textures: DDS (Alpha8bpp, ARGB16bpp, RGB24bpp, ARGB32bpp, BGRA32bpp, RGB565, DXT1, DXT5, RGBA16bpp)
      PVR (PVRTC_RGB2, PVRTC_RGBA2, PVRTC_RGBA4, PVRTC_RGB4, ETC_RGB4)
    • Audio clips: mp3, ogg, wav, xbox wav (including streams from .resS files)
    • Fonts: ttf, otf
    • Text Assets
    • Shaders
  • Real-time preview window for the above-mentioned assets
  • Diagnostics mode with useful tools for research

UI guide:
Most elements have tooltips or are self-explanatory.
  • File -> Load file/folder will open Assetfiles and load their assets
  • Load file can also decompress and load bundle files straight into memory
  • File -> Extract bundle/folder can extract Assetfiles from bundle files compressed with lzma or l4z
  • 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 will create human-readable structures for each type of Unity asset; available only in Web builds!

FAQ:
- How can I view the 3D models?
- Export the models you want to FBX and load the file in any compatible app. Examples: 3ds Max, Maya, FBX Review
- Why can't I preview PVR textures? How do I open these?
- PVR is an image format specific to mobile platforms. These cannot be previewed at the moment, you need to extract and use PVRTexTool to open them
- I loaded a game but I can't find all 3D models and assets. Is there something wrong?
- Some games, particularly on mobile platforms, will download additional files after they are installed. You'll need those files in order to access all assets.
- How do I get mobile and Web games on my PC? Where do I find the additional files downloaded by a game?
- Read my downloading guide available here: http://forum.xentax.com/viewtopic.php?f=16&t=11154
- What are all these file types and how do I open each one?
- Here's a quick summary of unity file types:
  1. Bundles - packages with one or more files inside, compressed or not
    - extensions: .unity3d, .assetbundle, .bundle, .bytes
    - usually found in web apps or downloadable content
    - they contain the actual asset files
    - can be extracted with Extract bundle/folder options from Unity Studio, or with quickbms
  2. Assetfiles - contain serialized game resources (assets)
    - filename format / extensions: maindata,'level#, *.assets, *.sharedAssets, CustomAssetBundle-*, CAB-*, BuildPlayer-*
    - these are the files that you can load/import in Unity Studio
    - you can get these files from bundles, ipa/apk mobile app packages, or directly from PC games
  3. unitypackage - asset packages exported from Unity Editor to be transfered from project to project
    - you will not find these in published games or apps
    - they are basically tar.gz archives and can be extracted if needed
    - inside you will find files named 'metadata' and 'asset'
    - metadata is an assetfile - same as no. 2
    - asset can be either an assetfile or a 'raw' resource (eg. FBX)

Last edited by Chipicao on Wed Nov 25, 2015 11:53 am, edited 3 times in total.

Top
PostPosted: Tue Aug 19, 2014 10:22 am

Joined: Fri Aug 08, 2014 12:51 am
Posts: 17

_________________
Devblog


Top

Unity Studio Turn This Off Google

PostPosted: Sun Aug 16, 2015 1:12 pm

Joined: Sun Aug 16, 2015 1:10 pm
Posts: 1
I registered only to tell you that I f*cking love you!
Thank you so much!


Top
Unitystudio
PostPosted: Wed Nov 25, 2015 11:55 am

Joined: Fri Aug 08, 2014 4:49 am
Posts: 9
Thanks... I guess )
I resumed work on Unity Studio a few weeks ago. The new version is now able to export 3D Objects into FBX, with complete hierarchy, transformations, and even bones or deformer dummies.
There are many more updates and improvements over the old version, plus a new Diagnostics mode which allows you to analyze the structure of unity assets.
The source is also available on GitHub: https://github.com/RaduMC/UnityStudio


Top
PostPosted: Fri Jun 10, 2016 9:10 pm

Joined: Fri Jun 10, 2016 9:06 pm
Posts: 1
Nice work indeed!
Is there a way to know what custom Monobehaviour exist on a GameObject?
Thanks a lot.


Top

Unity Studio Download

PostPosted: Fri Aug 30, 2019 10:17 pm

Joined: Fri Aug 30, 2019 10:15 pm
Posts: 1
when i try opening a .asset file, the asset list is empty and it just shows the asset file name


Top

Unity Studio Valpo

Page 1 of 1
[ 6 posts ]