Crate bevy_mod_pakfile

Crate bevy_mod_pakfile 

Source
Expand description

§bevy_mod_pakfile

Enables using .pak files as asset sources. Currently quite limited in functionality, based on the needs of the seismon engine.

See the documentation of PakfilePlugin for usage.

Structs§

PakfilePlugin
The core plugin to enable reading from pakfiles. Note that if you do not explicitly set a source ID using PakfilePlugin::with_source_id, this must be added before Bevy’s asset plugin.