Pablo Reinhardt

Results 49 comments of Pablo Reinhardt

I can find many ways to use this feature, for example, if you have somehow a message that could be dynamic (for example, the error reports some entity), we could...

> IMO no, this doesn't justify the complexity here (for now) Agreed, for now I'll remove the key binding, the user can easily enough enable or disable by setting DebugOptions::enabled...

Added this, for now, It will hide the outlines of anything that is not visible judging by ViewVisibility component, let me know if you guys think that there is another...

Remembered about UiScale, I'll have a little look at it another hour, but this is a error so I'll throw this in draft until I fix it

With this fixed, only thing that matters for now is adding some docs, I'm not very good at this, will try tomorrow 👍

Added to the Ui examples, one must run `cargo run --example --features ui bevy_ui_debug` to see the feature (after quick search didn't found a way to enable this by default,...

> I think this should go in bevy_dev_tools Agreed, but should we Block this until the bevy tools get merged (#11341)? (I think we should, but that depends on the...

After the big changes on Ui, I noticed that some errors showed up, fixing them now 🔧

After some digging found out that this will going to be a hard migration, So I want to collect you guys opinion The major problem is, we spawn a Debug...