Force Vulkan to be first for Android, Linux and Windows

This commit is contained in:
2025-11-23 09:51:19 -07:00
parent cd0cd5e136
commit b0709f31f4
4 changed files with 15 additions and 4 deletions

View File

@@ -70,6 +70,7 @@ PlayerSettings:
androidStartInFullscreen: 1
androidRenderOutsideSafeArea: 1
androidUseSwappy: 1
androidDisplayOptions: 1
androidBlitType: 0
androidResizeableActivity: 1
androidDefaultWindowWidth: 1920
@@ -512,6 +513,15 @@ PlayerSettings:
- m_BuildTarget: LinuxStandaloneSupport
m_APIs: 1500000011000000
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_DefaultShaderChunkSizeInMB: 16
m_DefaultShaderChunkCount: 0
@@ -921,3 +931,4 @@ PlayerSettings:
androidVulkanDenyFilterList: []
androidVulkanAllowFilterList: []
androidVulkanDeviceFilterListAsset: {fileID: 0}
d3d12DeviceFilterListAsset: {fileID: 0}