bevy_editor_pls icon indicating copy to clipboard operation
bevy_editor_pls copied to clipboard

In-App editor tools for bevy applications

Results 39 bevy_editor_pls issues
Sort by recently updated
recently updated
newest added

``` thread 'Compute Task Pool (3)' panicked at /Users/REDACTED/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_editor_pls_default_windows-0.8.0/src/cameras/mod.rs:437:64: called `Result::unwrap()` on an `Err` value: NoEntities("bevy_ecs::query::state::QueryState") note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Encountered a panic in...

Make a nice generic way to add to the hierarchy right-click menu for certain assets without having to totally hack up this code

This crate has no need for direct x11 support but requires that bevy has the x11 feature. This prevents wayland only builds

When the editor window is created but not entered by the mouse or loses focus directly from the viewport area of the editor window: `assert!(self.pointer_used, false);` I think it should...

The error I get is `Type 'std::sync::Arc' did not register ReflectSerialize`, which makes sense, I just was wondering if this was a quick fix or a "bevy needs something" thing.

I am seeing a panic when trying to run the editor in a separate window: ``` 2024-10-06T15:32:20.193418Z INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "MacOS 14.4 ", kernel: "23.4.0", cpu: "Apple M3...

Notes: - A version with Bevy 0.15 support was never published, so a release on this PR would jump straight from 0.14 to 0.16. - `bevy_egui` has [some new guidelines](https://docs.rs/bevy_egui/latest/bevy_egui/#note-to-developers-of-public-plugins)...

Getting this error when using the main branch of bevy_editor_pls with Bevy 0.15.3 ``` thread '' panicked at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-23.0.1/src/api/buffer.rs:684:9: slice offset 0 is out of range for buffer of size...

I feel that the Transform GUI should be moved relative to the Parent's Transform (recursively down the hierarchy). Currently, If the Parent is at Trasnform T1, and a child is...