https://github.com/haoming02/unity-assets-utils
A series of blazingly fast utilities that trivializes datamining Unity assets
https://github.com/haoming02/unity-assets-utils
assetstudio datamine modding rust unity
Last synced: 3 months ago
JSON representation
A series of blazingly fast utilities that trivializes datamining Unity assets
- Host: GitHub
- URL: https://github.com/haoming02/unity-assets-utils
- Owner: Haoming02
- License: cc-by-sa-4.0
- Created: 2022-05-21T08:18:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-02T03:39:30.000Z (5 months ago)
- Last Synced: 2026-01-07T18:51:39.538Z (5 months ago)
- Topics: assetstudio, datamine, modding, rust, unity
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 34
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Unity Assets Utils
A series of utilities that assist in making datamining Unity assets faster and easier
## Implementations
- [C#](./cs/)
- [Python](./python/)
## How to Use
1. Download the executable built on C# implementation from [Release](https://github.com/Haoming02/Unity-Assets-Utils/releases) (for `Windows x64`)
2. **Alternatively**, `git` `clone` the repo, and run the Python scripts instead