Skip to content

Commit

Permalink
Inform that Android sensors must be enabled for MobileVR support
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Feb 27, 2025
1 parent a9c5c4d commit 33a235b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/mobile_vr/doc_classes/MobileVRInterface.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
if interface and interface.initialize():
get_viewport().use_xr = true
[/codeblock]
[b]Note:[/b] For Android, [member ProjectSettings.input_devices/sensors/enable_accelerometer], [member ProjectSettings.input_devices/sensors/enable_gravity], [member ProjectSettings.input_devices/sensors/enable_gyroscope] and [member ProjectSettings.input_devices/sensors/enable_magnetometer] must be enabled.
</description>
<tutorials>
</tutorials>
Expand Down

0 comments on commit 33a235b

Please sign in to comment.