thepackett
thepackett
> One topic for review is the future of `AssetReaderError` as outlined [here](https://github.com/bevyengine/bevy/pull/11369#discussion_r14540785460) by @thepackett (which is worth considering prior to merging). If allowing asset readers to define their own...
In updating the implementation of `CompressedImageSaver` after my change, I realized that I overlooked one of the uses of `AssetSaver`: compressing assets. This means that `LoadAndSave` is still useful in...
> Why not Load -> Transform (Image -> Image, but compressed, or maybe a separate asset type) -> Save? The `AssetTransformer` trait as I implemented it is about transforming from...
> Is this ready to review, or needs more time? I think at this point it's ready to review. I can't think of anything else that needs to be done...
> Relevant: #11138 I like #11138 as a good short term solution, but my hope with this issue is to develop a more robust solution for GLTF extensions in bevy...