bevy/errors
Bruce Mitchener 0db999c795
Add some more docs for bevy_text. (#9873)
# Objective

- Have more docs for `bevy_text` to avoid reading the source code for
some things.

## Solution

- Add some additional docs.

## Changelog

- `TextSettings.max_font_atlases` in `bevy_text` has been renamed to `
TextSettings.soft_max_font_atlases`.

## Migration Guide

- Usages of `TextSettings.max_font_atlases` from `bevy_text` must be
changed to `TextSettings.soft_max_font_atlases`.
2023-10-27 18:53:57 +00:00
..
src Add warning when a hierarchy component is missing (#5590) 2022-09-19 16:12:11 +00:00
B0001.md Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
B0002.md Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
B0003.md Update B0003 error docs to stageless (#8736) 2023-06-02 17:48:47 +00:00
B0004.md Split ComputedVisibility into two components to allow for accurate change detection and speed up visibility propagation (#9497) 2023-09-01 13:00:18 +00:00
B0005.md Add some more docs for bevy_text. (#9873) 2023-10-27 18:53:57 +00:00
Cargo.toml Add readme to errors crate and clean up cargo files (#3125) 2021-11-13 23:06:48 +00:00
README.md Add readme to errors crate and clean up cargo files (#3125) 2021-11-13 23:06:48 +00:00

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.