You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Merge pull request #60639 from m4gr3d/support_hand_tracking_v2_3x
This commit is contained in:
@@ -50,6 +50,13 @@
|
||||
android:name="xr_hand_tracking_metadata_name"
|
||||
android:value="xr_hand_tracking_metadata_value"/>
|
||||
|
||||
<!-- XR hand tracking version -->
|
||||
<!-- This is modified by the exporter based on the selected xr mode. DO NOT CHANGE the values here. -->
|
||||
<!-- Removed at export time if the xr mode is not VR or hand tracking is disabled. -->
|
||||
<meta-data
|
||||
android:name="xr_hand_tracking_version_name"
|
||||
android:value="xr_hand_tracking_version_value"/>
|
||||
|
||||
<!-- Supported Meta devices -->
|
||||
<!-- This is removed by the exporter if the xr mode is not VR. -->
|
||||
<meta-data
|
||||
|
||||
Reference in New Issue
Block a user