perfare/assetstudio — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Windows desktop tool for browsing Unity game assets and asset bundles. I want to be able to load a single file or a whole folder, see what assets are inside, preview or inspect them, and export the useful stuff without having to know Unity internals.

It should support common Unity versions and handle things like textures, sprites, audio clips, fonts, meshes, text files, shaders, videos, MonoBehaviour data, and animators. Let users export textures and sprites as normal image files, audio as playable formats, meshes as OBJ, MonoBehaviour data as JSON, and animated models as FBX when possible.

Please include menus for loading files, extracting or decompressing asset bundles, exporting selected assets, and exporting models with animation clips. If MonoBehaviour data needs game assemblies, ask the user to choose the folder. Make it feel like a practical AssetStudio style utility with a clear asset list, scene hierarchy, and simple export workflow. Look up current docs online if you need to.

Want more depth? Deep Reverse