Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.21 KB

File metadata and controls

31 lines (20 loc) · 1.21 KB

asset-studio-web

This is a web application similar to AssetStudio, all operations are completed locally.

The parsing of AssetBundle is implemented by arkntools/unity-js. For details, please refer to that project.

For the repository feature, please check the wiki.

Image Text
Spine Audio

Development

Open in GitHub Codespaces

To install dependencies:

bun install

To run:

bun dev

Bun is a fast all-in-one JavaScript runtime.