- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
To implement object buttons reloading when changing metadata files, I simply added a system that respawns buttons when metadata changes. Complete separate preview system automatically updates the image. So convenient.
Are you using
bevy_ui
to produce and manage the buttons or a different UI framework?Yes, it’s
bevy_ui
.I used
bevy_egui
in early Bevy days, but then migrated to their official UI.