mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
d1528dfbf8
# Objective Fixes #6642 In a way that doesn't create any breaking changes, as a possible way to fix the above in a patch release. ## Solution Don't actually remove font atlases when `max_font_atlases` is exceeded. Add a warning instead. Keep `TextError::ExceedMaxTextAtlases` and `TextSettings` as-is so we don't break anything. This is a bit of a cop-out, but the problems revealed by #6642 seem very challenging to fix properly. Maybe follow up later with something more like https://github.com/rparrett/bevy/commits/remove-max-font-atlases later, if this is the direction we want to go. ## Note See previous attempt at a "simple fix" that only solved some of the issues: #6666 |
||
---|---|---|
.. | ||
src | ||
B0001.md | ||
B0002.md | ||
B0003.md | ||
B0004.md | ||
B0005.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.