-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-Needs-TriageThis issue needs to be labelledThis issue needs to be labelled
Milestone
Description
Bevy version and features
- main, didn't bisect but likely since More fully type erase all pbr types from specialization #22408
What you did
cargo run --example manual_material
What went wrong
thread '<unnamed>' (5861490) panicked at crates/bevy_material/src/key.rs:28:9:
assertion `left == right` failed: ErasedMeshPipelineKey::downcast called with wrong type
left: TypeId(0x41223169ff28813ba79b7268a2a968d9)
right: TypeId(0x376d2b8466b7ce39cd740deb2433cfc0)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Encountered a panic in system `bevy_pbr::material::specialize_material_meshes`!
Metadata
Metadata
Assignees
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-Needs-TriageThis issue needs to be labelledThis issue needs to be labelled