NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
481 stars 52 forks source link

Default dynamic asset collection extension to .ron #188

Closed SpecificProtagonist closed 7 months ago

SpecificProtagonist commented 8 months ago

(blocked on the update to Bevy 0.13)

In Bevy 0.13, asset loaders are differentiated primarily by asset type, not file extension, so the .assets.ron isn't needed anymore and can become just .ron.

NiklasEi commented 8 months ago

I know of the change, but I would have stuck with .assets.ron to differentiate the files from other ron files. Why would you prefer the ambiguous file ending?

NiklasEi commented 7 months ago

I will close this since the file ending is configurable on a loading state using set_standard_dynamic_asset_collection_file_endings and I think it is still helpful to have a unique file ending by default.

If you have arguments against this, feel free to re-open the issue and we can discuss it.