An open API service indexing awesome lists of open source software.

https://github.com/arkntools/as-web

🎞️ Browsing Unity AssetBundle on the web
https://github.com/arkntools/as-web

assetbundle unity

Last synced: 8 months ago
JSON representation

🎞️ Browsing Unity AssetBundle on the web

Awesome Lists containing this project

README

          

# as-web

This is a web application similar to [AssetStudio](https://github.com/Perfare/AssetStudio), all operations are completed locally.

The parsing of AssetBundle is implemented by [arkntools/unity-js](https://github.com/arkntools/unity-js). For details, please refer to that project.

For the repository feature, please check the [wiki](https://github.com/arkntools/as-web/wiki/Repository).

| **Image** | **Text** |
| :------------------------------------------------: | :------------------------------------------------: |
| [![](./docs/image.png)](./docs/image.png?raw=true) | [![](./docs/text.png)](./docs/text.png?raw=true) |
| **Spine** | **Voice** |
| [![](./docs/spine.png)](./docs/spine.png?raw=true) | [![](./docs/voice.png)](./docs/voice.png?raw=true) |

## Development

To install dependencies:

```bash
bun install
```

To run:

```bash
bun dev
```

[Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.