Bevy Aquila
Aquila integration for the Bevy game engine.
This plugin registers a custom AssetReader for the aquila:// scheme. When a file is requested,
the plugin:
- Fetches the
AssetManifestfor the configured version (lazily cached). - Resolves the logical path to a content hash.
- Downloads the binary blob from the server.
Usage
use *;
use ;
new
.add_plugins;
Compatibility
| bevy | bevy_aquila |
|---|---|
| 0.17 | 0.6 |
License: MIT OR Apache-2.0