Pablo Reinhardt

Results 7 issues of 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...

A-UI
C-Usability

# 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 ##...

C-Enhancement
A-UI
A-Gizmos

## 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...

C-Enhancement
A-Editor

# 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....

C-Enhancement
A-ECS

## 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:...

C-Bug
A-UI

## 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...

A-UI
C-Usability

## 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...

C-Examples
A-UI
S-Ready-For-Implementation
A-Dev-Tools
X-Uncontroversial
D-Straightforward