OpenXR - Do not require controllers connected

This commit is contained in:
Luboš V 2024-07-12 12:47:42 +02:00 committed by GitHub
parent bcdeadd865
commit e45059455f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
<uses-feature android:glEsVersion="0x00030001" />
<uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="true" />
<uses-feature android:name="com.oculus.feature.PASSTHROUGH" android:required="false" />
<uses-feature android:name="oculus.software.handtracking" android:required="false" />
<application
android:allowBackup="true"