- About XR
- XR Unity SDK
- XR SDK Release Notes
- Version:1.0.3
- Version:1.0.2
- Version:1.0.1
- Version:1.0.0
- Version:0.9.59
- Version:0.9.58
- Version:0.9.57
- Version:0.9.56
- Version:0.9.55
- Version:0.9.54
- Version:0.9.53
- Version:0.9.52
- Version:0.9.51
- Version:0.9.38
- Version:0.9.37
- Version:0.9.34
- Version:0.9.33
- Version:0.9.32
- Version:0.9.31
- Version:0.9.30
- Version:0.9.24
- Version:0.9.23 Beta
XR Project Setting¶
Android Manifest Settings
If you have your own AndroidManifest, plese set the exported value and add meta-data that we need in AndroidManifest.xml.
Be sure that the AndroidManifest has informaion below. It will add by the script AndroidManifestModifier.
android:exported=”false”
<meta-data android:name=”com.XRSpace.VR” android:value=”true”/>
<meta-data android:name=”SDK-Version” android:value=”1.0.0” android:minSdkVersion=”…” android:targetSdkVersion=”…”/>
<meta-data android:name=”SDK-VersionCode” android:value=”1000000”/>
Note
Build System should choose Gradle
, or user need to manually set the parameter and add <meta-data>.
Precautions for use
Can’t use
Layers:30