#load asset from byte stream
3 messages · Page 1 of 1 (latest)
Furthermore, the argument to load is not necessarily a file. It's just a "path" to pass to the AssetReader you told bevy to use
You can define a custom AssetReader. You could then implement that AssetReader in such a way that it gets its data from javascript.