Closed gery closed 4 months ago
error[E0422]: cannot find struct, variant or union type AmbientLight in this scope --> crates/bevy_openxr/examples/android/src/lib.rs:26:26 | 26 | .insert_resource(AmbientLight { | ^^^^^^^^^^^^ not found in this scope
AmbientLight
Should be fixed
error[E0422]: cannot find struct, variant or union type
AmbientLight
in this scope --> crates/bevy_openxr/examples/android/src/lib.rs:26:26 | 26 | .insert_resource(AmbientLight { | ^^^^^^^^^^^^ not found in this scope