Pablo Reinhardt
Pablo Reinhardt
## What problem does this solve or what need does it fill? There is an example of a problem that this can lead in #11237, where we cannot spawn a...
# Objective - This is an adopted version of #10420 - The objective is to help debugging the Ui layout tree with helpful outlines, that can be easily enabled/disabled ##...
## What problem does this solve or what need does it fill? With the start of the bevy_editor prototype, it has become an important discussion to address the issue of...
# Objective - Allow registering of systems from Commands with `Commands::register_one_shot_system` - Make registering of one shot systems more easy ## Solution - Add the Command `RegisterSystem` for Commands use....
## Bevy version [886a256](https://github.com/bevyengine/bevy/commit/886a2560d24ac248776eea11afabaccfbafa58f4) ## What you did Spawned a NodeBundle with some values based on Percent. ```rust commands.spawn(NodeBundle { style: Style { position_type: PositionType::Absolute, height: Val::Percent(50.), width: Val::Percent(50.), right:...
## What problem does this solve or what need does it fill? In the default ui API, if we want to figure out in which camera is the camera being...
## What problem does this solve or what need does it fill? This can help us track regressions with the tool and at the same time have an overview of...