mirror of
https://github.com/bevyengine/bevy
synced 2024-11-15 01:18:01 +00:00
b04947d44f
The first step in the migration to required components! This PR removes `GlobalTransform` from all user-facing code, since it's now added automatically wherever `Transform` is used. ## Testing - None of the examples I tested were broken, and I assume breaking transforms in any way would be visible *everywhere* --- ## Changelog - Make `Transform` require `GlobalTransform` ~~- Remove `GlobalTransform` from all engine bundles~~ - Remove in-engine insertions of GlobalTransform and TransformBundle - Deprecate `TransformBundle` - update docs to reflect changes ## Migration Guide Replace all insertions of `GlobalTransform` and/or `TransformBundle` with `Transform` alone. --------- Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com> Co-authored-by: Tim <JustTheCoolDude@gmail.com> |
||
---|---|---|
.. | ||
src | ||
B0001.md | ||
B0002.md | ||
B0003.md | ||
B0004.md | ||
B0005.md | ||
B0006.md | ||
Cargo.toml | ||
README.md |
Bevy Error Codes
This crate lists and tests explanations and examples of Bevy's error codes.
For the latest Bevy release, you can find a rendered version of the error code descriptions at bevyengine.org/learn/errors.