AssetStudio
DISCONTINUED
UnityPy
Our great sponsors
AssetStudio | UnityPy | |
---|---|---|
121 | 2 | |
10,093 | 572 | |
- | - | |
6.1 | 8.8 | |
6 months ago | 4 days ago | |
C# | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
AssetStudio
- Learning how to mod
- Priconne English Translation Archive?
-
Game Assets
Tile graphics are available as-is in the game folder (Shadowrun Hong Kong\SRHK_Data\StreamingAssets\ContentPacks etc). For the rest, use tools for ripping stuff from unity games - UABE, AssetStudio etc to open the resources.assets files.
-
I can't find a Unity Asset Extractor program.
https://github.com/AssetRipper/AssetRipper and https://github.com/Perfare/AssetStudio, depends on what you want. If yoy want to rip an entire scene or gameobjects/prefabs, use AssetRipper. Else if you just want sounds, models, animations (from FBX objects), textures, fonts and this kind of stuff, AssetStudio works
-
Guides for asset ripping?
AssetStudio - let's you extract models, textures, sounds, etc. from the game's assetbundles (aka: the game's compressed / packed data). There's also this guide on other programs for Unity modding - less of a guide really, more for finding out what other tools there are.
-
What software do you miss from Windows & macOS?
Something like AssetStudio so I can extract music from Unity games. Wine works perfectly fine, though I'd rather have a native build of it.
-
Anyone know where I can find a way to download some sound effects from the game?
https://github.com/Perfare/AssetStudio/releases/download/v0.16.47/AssetStudio.net472.v0.16.47.zip Here's the direct download link, just extract then run the .exe
-
My customer messed up - I need to extract assets from a build
You might want to try this one too, but I've never had to use any of these tools so I'm unaware of how successful they are when it comes to reconstructing assets, so search around for what works the best.
- So... how do I mod custom levels
UnityPy
-
Show HN: Unblob – extraction suite for 30+ file formats
Since you're the author and I see the tool is in Python. I'm the original author of UnityPack (https://github.com/hearthsim/unitypack - nowadays, the fork UnityPy is more powerful and maintained: https://github.com/K0lb3/UnityPy).
It's in Python and is able to deserialize Unity archives, treating them as a serialization format rather than a simple archive format. Feel free to email me if you want to integrate something like this or you have questions :)
-
OpenBSD Gaming Updates Q2 2022
A dependable way to extract Unity scripts and resources. I've experimented with unitypy, but so far this doesn't work reliably. AssetStudio might be another way, but it's a C# project that doesn't run on OpenBSD so far.
What are some alternatives?
UnityGLTF - Runtime GLTF Loader for Unity3D
Il2CppDumper - Unity il2cpp reverse engineer
UABE - Asset Bundle Extractor [Moved to: https://github.com/SeriousCache/UABE]
AssetStudio - AssetStudio is an independent tool for exploring, extracting and exporting assets.
UnityLive2DExtractor - Unity Live2D Cubism 3 Extractor
DDLC-Plus-Asset-Decrypter - ddlcpad, *Doki Doki Literature Club Plus Asset Decrypter*, is a tool to decrypt the encrypted asset file on the Doki Doki Literature Club Plus. Writing in golang.
UABEA - c# uabe for newer versions of unity
unity-gui-windows - Draggable and scalable modular Canvas based GUI windows
UABE - Asset Bundle Extractor
UtinyRipper - GUI and API library to work with Engine assets, serialized and bundle files
ml-agents - The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
GLTFUtility - Simple GLTF importer for Unity