Closed nicopap closed 12 months ago
Currently we need to load synchronously file data in order to load them as asset within loaders. Otherwise we would need to make ParseDsl::method async, which is unacceptable.
ParseDsl::method
Fixed by upgrading to bevy 0.12
Currently we need to load synchronously file data in order to load them as asset within loaders. Otherwise we would need to make
ParseDsl::method
async, which is unacceptable.