Skip to content

bevy_components v0.4.1 Tooling to visualise, find & replace unregistered/ invalid components

Latest
Compare
Choose a tag to compare
@kaosat-dev kaosat-dev released this 07 Mar 15:34
· 6 commits to main since this release
1353e14

component_rename_overview

  • added tools for diagnostics/ finding & replacing invalid & unregistered components
    • added ui for listing invalid & unregistered components
    • added boilerplate & functionality for component renaming/replacing
    • injection of invalid status & message in case the conversion did not work well
    • added deletion of components individual & bulk
    • added handling of wrong string for unit structs : allows detection of more wrong values for components
    • added progress bars for bulk operators
    • added docs for new features
    • added tests
    • added small "attempt to fix" button for unit struct uis in case they are invalid
  • added progress indicators for from/to custom properties
  • various other minor ui tweaks for workflow improvement
  • closes #163
  • closes #153
  • closes #154