bevy/crates/bevy_pbr
MiniaczQ a7d1a73fa8 Set panic as default fallible system param behavior (#16638)
Fixes: #16578

This is a patch fix, proper fix requires a breaking change.

Added `Panic` enum variant and using is as the system meta default.
Warn once behavior can be enabled same way disabling panic (originally
disabling wans) is.

To fix an issue with the current architecture, where **all** combinator
system params get checked together,
combinator systems only check params of the first system.
This will result in old, panicking behavior on subsequent systems and
will be fixed in 0.16.

Ran unit tests and `fallible_params` example.

---------

Co-authored-by: François Mockers <mockersf@gmail.com>
Co-authored-by: François Mockers <francois.mockers@vleue.com>
2025-01-03 19:27:37 +01:00
..
src Set panic as default fallible system param behavior (#16638) 2025-01-03 19:27:37 +01:00
Cargo.toml Release 0.15.0 2024-11-29 01:50:42 +01:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy PBR

License Crates.io Downloads Docs Discord