1234567891011121314151617181920212223242526 |
- Using template 'Assets/Plugins/Android\AndroidManifest.xml'
-
- android.hardware.vulkan.version was added because:
- One of the graphics devices was Vulkan
- android.permission.INTERNET was added because:
- UnityEngine.Networking was present in:
- Assembly-CSharp-FeaturesChecked.txt
- Unity.InputSystem-FeaturesChecked.txt
- UnityEngine.Networking.UnityWebRequest was present in:
- Assembly-CSharp-FeaturesChecked.txt
- Unity is trying to add element uses-permission#android.permission.INTERNET but it is already declared by the user in Assets/Plugins/Android\AndroidManifest.xml.
- Location related settings were added because:
- UnityEngine.Input::get_location was present in:
- Assembly-CSharp-FeaturesChecked.txt
- Unity is trying to add element uses-permission#android.permission.ACCESS_FINE_LOCATION but it is already declared by the user in Assets/Plugins/Android\AndroidManifest.xml.
- android.permission.CAMERA, android.hardware.camera (Auto Focus, Front) were added because:
- UnityEngine.WebCamTexture was present in:
- Assembly-CSharp-FeaturesChecked.txt
- Unity is trying to add element uses-permission#android.permission.CAMERA but it is already declared by the user in Assets/Plugins/Android\AndroidManifest.xml.
- android.hardware.touchscreen.multitouch, android.hardware.touchscreen.multitouch.distinct were enabled because:
- UnityEngine.Input::GetTouch was present in:
- Assembly-CSharp-FeaturesChecked.txt
- UnityEngine.UI-FeaturesChecked.txt
- UnityEngine.Input::get_touchCount was present in:
- Assembly-CSharp-FeaturesChecked.txt
- UnityEngine.UI-FeaturesChecked.txt
|