bevy-migration-0-18-to-0-19
Installation
SKILL.md
Bevy 0.18 → 0.19 migration
Bevy 0.19.0 was released on 2026-06-19. Target bevy = "0.19" and validate
against the latest 0.19 patch release. Apply the official migration guide from top
to bottom; this skill prioritizes changes most likely to affect game code and sibling
skills.
First-pass checklist
- Update the engine and every Bevy ecosystem crate together. A crate built on Bevy 0.18 cannot share ECS/assets/render types with Bevy 0.19.
- Rebuild with the project's real
default-featuresand target triples. - Fix resources and broad-query conflicts before chasing secondary system errors.
- Update scenes, text, assets, rendering, lights, and UI focus.
- Regenerate persisted animation target IDs and serialized world data.
- Compile representative examples and exercise native and web/platform builds.