awtterpip / bevy_oxr

Apache License 2.0
253 stars 39 forks source link

Add run condition to fix panic when oculus controller is not used in globe example #84

Closed SamuelDiazBidot closed 6 months ago

SamuelDiazBidot commented 8 months ago

Globe example panics when not using oculus touch controller. Adding .run_if(xr_only()) like in xr example fixes the issue.

Related issue #77