Skip to content

Commit 88dc709

Browse files
author
Yannick
committed
Oculus build
1 parent 065f323 commit 88dc709

27 files changed

+62
-37
lines changed

Assets/Plugins/Android/AndroidManifest.xml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,30 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
<manifest
3+
xmlns:android="http://schemas.android.com/apk/res/android"
34
package="com.unity3d.player"
4-
xmlns:tools="http://schemas.android.com/tools">
5-
<application android:icon="@drawable/app_icon"
6-
android:label="@string/app_name"
7-
android:theme="@style/Theme.WaveVR.Loading"
8-
android:resizeableActivity="false"
9-
tools:replace="android:theme"> <!--You can use your theme here.-->
10-
<activity android:name="com.htc.vr.unity.WVRUnityVRActivity"
11-
android:label="@string/app_name"
12-
android:enableVrMode="@string/wvr_vr_mode_component">
5+
xmlns:tools="http://schemas.android.com/tools"
6+
android:installLocation="preferExternal">
7+
<supports-screens
8+
android:smallScreens="true"
9+
android:normalScreens="true"
10+
android:largeScreens="true"
11+
android:xlargeScreens="true"
12+
android:anyDensity="true"/>
13+
14+
<application
15+
android:theme="@style/UnityThemeSelector"
16+
android:icon="@mipmap/app_icon"
17+
android:label="@string/app_name">
18+
<activity android:name="com.unity3d.player.UnityPlayerActivity"
19+
android:label="@string/app_name">
1320
<intent-filter>
1421
<action android:name="android.intent.action.MAIN" />
1522
<category android:name="android.intent.category.LAUNCHER" />
16-
<category android:name="com.htc.intent.category.VRAPP" />
1723
</intent-filter>
1824
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
19-
<meta-data android:name="unityplayer.SkipPermissionsDialog" android:value="true" />
2025
</activity>
2126
</application>
22-
23-
<!-- <uses-permission android:name="android.permission.CAMERA" /> -->
24-
<!-- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> -->
25-
26-
<uses-permission android:name="com.htc.vr.core.server.VRDataWrite"/>
27-
<uses-permission android:name="com.htc.vr.core.server.VRDataRead"/>
28-
<uses-permission android:name="com.htc.vr.core.server.VRDataProvider" />
27+
2928
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
3029
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
3130
</manifest>

Assets/Vendors/WaveVR/Plugins.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Assets/Vendors/WaveVR/Plugins/Android/wavevr_unity_plugin.aar.skip.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.

Assets/Vendors/WaveVR/Plugins/Android/vr.ime.client.aar renamed to Assets/Vendors/WaveVR/Plugins~/Android/vr.ime.client.aar

File renamed without changes.

Assets/Vendors/WaveVR/Plugins/Android/vr.ime.client.aar.meta renamed to Assets/Vendors/WaveVR/Plugins~/Android/vr.ime.client.aar.meta

File renamed without changes.

Assets/Vendors/WaveVR/Plugins/Android/vr.permission.client.aar renamed to Assets/Vendors/WaveVR/Plugins~/Android/vr.permission.client.aar

File renamed without changes.

Assets/Vendors/WaveVR/Plugins/Android/vr.permission.client.aar.meta renamed to Assets/Vendors/WaveVR/Plugins~/Android/vr.permission.client.aar.meta

File renamed without changes.

Assets/Vendors/WaveVR/Plugins/Android/wavevr_client.aar renamed to Assets/Vendors/WaveVR/Plugins~/Android/wavevr_client.aar

File renamed without changes.

Assets/Vendors/WaveVR/Plugins/Android/wavevr_client.aar.meta renamed to Assets/Vendors/WaveVR/Plugins~/Android/wavevr_client.aar.meta

File renamed without changes.

0 commit comments

Comments
 (0)