mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Misc XR editor updates:
- Bump the OpenXR Vendors plugin version to `4.1.0-stable` - Include `quest2` in the supported devices manifest config
This commit is contained in:
@@ -15,7 +15,7 @@ ext.versions = [
|
||||
// Also update 'platform/android/detect.py#get_ndk_version()' when this is updated.
|
||||
ndkVersion : '28.1.13356709',
|
||||
splashscreenVersion: '1.0.1',
|
||||
openxrVendorsVersion: '4.0.0-stable'
|
||||
openxrVendorsVersion: '4.1.0-stable'
|
||||
|
||||
]
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
<!-- Supported Meta devices -->
|
||||
<meta-data
|
||||
android:name="com.oculus.supportedDevices"
|
||||
android:value="quest3|questpro"
|
||||
android:value="quest2|quest3|questpro"
|
||||
tools:replace="android:value" />
|
||||
|
||||
<!-- Enable system splash screen -->
|
||||
|
||||
Reference in New Issue
Block a user