This repository was archived by the owner on Aug 27, 2024. It is now read-only.
Commit c842255 1 parent 20de78b commit c842255 Copy full SHA for c842255
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 9
9
<meta-data android : name =" unityplayer.UnityActivity" android : value =" true" />
10
10
</activity >
11
11
</application >
12
+ <uses-permission android : name =" android.permission.CAMERA" />
13
+ <uses-permission android : name =" com.magicleap.permission.EYE_TRACKING" />
12
14
<uses-permission android : name =" com.magicleap.permission.MARKER_TRACKING" />
13
15
<uses-permission android : name =" com.magicleap.permission.SPATIAL_MAPPING" />
14
16
<uses-permission android : name =" com.magicleap.permission.SPATIAL_ANCHOR" />
17
+ <uses-permission android : name =" com.magicleap.permission.HAND_TRACKING" />
18
+ <uses-permission android : name =" com.magicleap.permission.WEBVIEW" />
19
+ <uses-permission android : name =" android.permission.RECORD_AUDIO" />
20
+ <uses-permission android : name =" com.magicleap.permission.VOICE_INPUT" />
15
21
</manifest >
Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"dependencies" : {
12
- "com.magicleap.unitysdk" : " 1.6 .0" ,
12
+ "com.magicleap.unitysdk" : " 1.8 .0" ,
13
13
"com.unity.collab-proxy" : " 2.0.0" ,
14
14
"com.unity.ide.rider" : " 3.0.18" ,
15
15
"com.unity.ide.visualstudio" : " 2.0.17" ,
You can’t perform that action at this time.
0 commit comments