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
- Host: GitHub
- URL: https://github.com/arkntools/as-web
- Owner: arkntools
- License: agpl-3.0
- Created: 2024-05-31T10:26:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T01:00:12.000Z (almost 2 years ago)
- Last Synced: 2024-07-23T03:59:28.354Z (almost 2 years ago)
- Topics: assetbundle, unity
- Language: Vue
- Homepage: https://as.arkntools.app/
- Size: 7.99 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?raw=true) | [](./docs/text.png?raw=true) |
| **Spine** | **Voice** |
| [](./docs/spine.png?raw=true) | [](./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.