Rob Parrett
Rob Parrett
## Bevy version main bisected to #15812 ## Relevant system information SystemInfo { os: "MacOS 14.5 ", kernel: "23.5.0", cpu: "Apple M1 Max", core_count: "10", memory: "64.0 GiB" } AdapterInfo...
## Bevy version main This is difficult to bisect. But here's how this example's behavior has evolved since it was added. commit bfcb19a871559d988f4452cd9c60898ef186bdda Date: Wed Jul 31 14:24:58 2024 -0400...
## Bevy version 0.14 / main ## What you did Noticed some small inconsistencies between `Time`, `Timer` and `Stopwatch` while refactoring. ## What went wrong This may not be totally...
## Bevy version main ## What you did `cargo run --example random_sampling` Added in #13507 `cargo run --example sampling_primitives` Added in #13519 ## What went wrong These examples appear to...
## Bevy version main, since #13497 ## Relevant system information SystemInfo { os: "MacOS 14.5 ", kernel: "23.5.0", cpu: "Apple M1 Max", core_count: "10", memory: "64.0 GiB" } AdapterInfo {...
`ColliderDebugColor` now contains an `Hsla`, which means the user's colors now need to undergo conversion from (User's color space if not `Hsla`) -> `Hsla`-> `Color` (no color space conversion here)...
I am attempting to work around #457 and encountered what I think may be a separate bug. I suspect it might be a separate bug because there are no non-default...
To repro: - Add a dynamic rigidbody - Configure rapier so that gravity is disabled (`Vec3::ZERO`) - Wait for the rigidbody to go to sleep - Enable gravity And observe...
## Bevy version `0.15`. This issue appeared at some point during the RC process. LIkely https://github.com/bevyengine/bevy/pull/16401. ## What you did ```toml [dev-dependencies.bevy] version = "0.15" default-features = false features =...
## Bevy version 0.15.0-rc.3 ## Relevant system information AdapterInfo { name: "ANGLE (Apple, ANGLE Metal Renderer: Apple M1 Max, Unspecified Version)", vendor: 4203, device: 0, device_type: IntegratedGpu, driver: "", driver_info:...