Force Vulkan to be first for Android, Linux and Windows
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"com.unity.2d.spriteshape": "12.0.1",
|
"com.unity.2d.spriteshape": "12.0.1",
|
||||||
"com.unity.2d.tilemap": "1.0.0",
|
"com.unity.2d.tilemap": "1.0.0",
|
||||||
"com.unity.2d.tilemap.extras": "5.0.1",
|
"com.unity.2d.tilemap.extras": "5.0.1",
|
||||||
"com.unity.collab-proxy": "2.10.0",
|
"com.unity.collab-proxy": "2.10.2",
|
||||||
"com.unity.ide.rider": "3.0.38",
|
"com.unity.ide.rider": "3.0.38",
|
||||||
"com.unity.ide.visualstudio": "2.0.25",
|
"com.unity.ide.visualstudio": "2.0.25",
|
||||||
"com.unity.inputsystem": "1.14.2",
|
"com.unity.inputsystem": "1.14.2",
|
||||||
|
|||||||
@@ -105,7 +105,7 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.collab-proxy": {
|
"com.unity.collab-proxy": {
|
||||||
"version": "2.10.0",
|
"version": "2.10.2",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ PlayerSettings:
|
|||||||
androidStartInFullscreen: 1
|
androidStartInFullscreen: 1
|
||||||
androidRenderOutsideSafeArea: 1
|
androidRenderOutsideSafeArea: 1
|
||||||
androidUseSwappy: 1
|
androidUseSwappy: 1
|
||||||
|
androidDisplayOptions: 1
|
||||||
androidBlitType: 0
|
androidBlitType: 0
|
||||||
androidResizeableActivity: 1
|
androidResizeableActivity: 1
|
||||||
androidDefaultWindowWidth: 1920
|
androidDefaultWindowWidth: 1920
|
||||||
@@ -512,6 +513,15 @@ PlayerSettings:
|
|||||||
- m_BuildTarget: LinuxStandaloneSupport
|
- m_BuildTarget: LinuxStandaloneSupport
|
||||||
m_APIs: 1500000011000000
|
m_APIs: 1500000011000000
|
||||||
m_Automatic: 0
|
m_Automatic: 0
|
||||||
|
- m_BuildTarget: MacStandaloneSupport
|
||||||
|
m_APIs: 10000000
|
||||||
|
m_Automatic: 1
|
||||||
|
- m_BuildTarget: WindowsStandaloneSupport
|
||||||
|
m_APIs: 150000001200000002000000
|
||||||
|
m_Automatic: 0
|
||||||
|
- m_BuildTarget: AndroidPlayer
|
||||||
|
m_APIs: 150000000b000000
|
||||||
|
m_Automatic: 0
|
||||||
m_BuildTargetVRSettings: []
|
m_BuildTargetVRSettings: []
|
||||||
m_DefaultShaderChunkSizeInMB: 16
|
m_DefaultShaderChunkSizeInMB: 16
|
||||||
m_DefaultShaderChunkCount: 0
|
m_DefaultShaderChunkCount: 0
|
||||||
@@ -921,3 +931,4 @@ PlayerSettings:
|
|||||||
androidVulkanDenyFilterList: []
|
androidVulkanDenyFilterList: []
|
||||||
androidVulkanAllowFilterList: []
|
androidVulkanAllowFilterList: []
|
||||||
androidVulkanDeviceFilterListAsset: {fileID: 0}
|
androidVulkanDeviceFilterListAsset: {fileID: 0}
|
||||||
|
d3d12DeviceFilterListAsset: {fileID: 0}
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
m_EditorVersion: 6000.2.9f1
|
m_EditorVersion: 6000.2.13f1
|
||||||
m_EditorVersionWithRevision: 6000.2.9f1 (e0c4e791ab71)
|
m_EditorVersionWithRevision: 6000.2.13f1 (abdb44fca7f7)
|
||||||
|
|||||||
Reference in New Issue
Block a user