katharostech/bevy_ldtk

Use Thiserror For Creating More Specific AssetLoader Error Type

zicklag opened this issue · 1 comments

We should create a more specific error type with proper error formatting for the asset loader error, very similar to how it is done here.

Ah, we still need to include the parser error inside formatting, because the asset loader log doesn't include the cause:

image