bevyengine / bevy-assets

A collection of Bevy assets, plugins, learning resources, and apps made by the community
https://bevyengine.org/assets
972 stars 220 forks source link

Sort assets by most recently supported Bevy version #297

Closed ItsDoot closed 1 month ago

ItsDoot commented 1 year ago

As the Assets page grows, it becomes notably harder to sort through the assets that are actually usable with a recent or current Bevy version. IMO, the page would be well suited to sorting by assets which have been more recently updated to the current Bevy version. Especially when there are Assets among them which only work on very old Bevy versions.

doonv commented 8 months ago

This would require making everyone add a version key to their toml. Which will be a lot of work, but it will be possible

alice-i-cecile commented 8 months ago

We can also sort assets without a version to the bottom.

doonv commented 8 months ago

We can also sort assets without a version to the bottom.

We should still make some kind of announcement when we implement the version sorting so that the assets get updated with the correct version.

james7132 commented 6 months ago

I'm running into this with bevy_system_graph, which is now deprecated as a whole, due to the changes in Schedule V3. I don't want to remove it from here because it may still be usable for older versions of the engine, but it's not being maintained or updated anymore from engine release to release.