Skip to content

Commit 5fcc83f

Browse files
committed
update project settings
1 parent d62ddc5 commit 5fcc83f

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.ide.visualstudio": "2.0.22",
4+
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
45
"com.unity.ugui": "1.0.0",
56
"com.unity.modules.ai": "1.0.0",
67
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@
1616
},
1717
"url": "https://packages.unity.com"
1818
},
19+
"com.unity.sysroot": {
20+
"version": "2.0.10",
21+
"depth": 1,
22+
"source": "registry",
23+
"dependencies": {},
24+
"url": "https://packages.unity.com"
25+
},
26+
"com.unity.sysroot.linux-x86_64": {
27+
"version": "2.0.9",
28+
"depth": 1,
29+
"source": "registry",
30+
"dependencies": {
31+
"com.unity.sysroot": "2.0.10"
32+
},
33+
"url": "https://packages.unity.com"
34+
},
1935
"com.unity.test-framework": {
2036
"version": "1.1.31",
2137
"depth": 1,
@@ -27,6 +43,16 @@
2743
},
2844
"url": "https://packages.unity.com"
2945
},
46+
"com.unity.toolchain.win-x86_64-linux-x86_64": {
47+
"version": "2.0.10",
48+
"depth": 0,
49+
"source": "registry",
50+
"dependencies": {
51+
"com.unity.sysroot": "2.0.10",
52+
"com.unity.sysroot.linux-x86_64": "2.0.9"
53+
},
54+
"url": "https://packages.unity.com"
55+
},
3056
"com.unity.ugui": {
3157
"version": "1.0.0",
3258
"depth": 0,

ProjectSettings/ProjectSettings.asset

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,9 @@ PlayerSettings:
418418
- m_BuildTarget: AndroidPlayer
419419
m_APIs: 0b00000008000000
420420
m_Automatic: 0
421+
- m_BuildTarget: WebGLSupport
422+
m_APIs: 0b000000
423+
m_Automatic: 0
421424
m_BuildTargetVRSettings: []
422425
m_DefaultShaderChunkSizeInMB: 16
423426
m_DefaultShaderChunkCount: 0
@@ -587,6 +590,7 @@ PlayerSettings:
587590
switchNetworkInterfaceManagerInitializeEnabled: 1
588591
switchPlayerConnectionEnabled: 1
589592
switchUseNewStyleFilepaths: 0
593+
switchUseLegacyFmodPriorities: 1
590594
switchUseMicroSleepForYield: 1
591595
switchEnableRamDiskSupport: 0
592596
switchMicroSleepForYieldTime: 25
@@ -683,9 +687,10 @@ PlayerSettings:
683687
webGLUseEmbeddedResources: 0
684688
webGLCompressionFormat: 1
685689
webGLWasmArithmeticExceptions: 0
686-
webGLLinkerTarget: 2
690+
webGLLinkerTarget: 1
687691
webGLThreadsSupport: 0
688692
webGLDecompressionFallback: 0
693+
webGLPowerPreference: 2
689694
scriptingDefineSymbols: {}
690695
additionalCompilerArguments: {}
691696
platformArchitecture: {}
@@ -699,6 +704,7 @@ PlayerSettings:
699704
allowUnsafeCode: 1
700705
useDeterministicCompilation: 1
701706
enableRoslynAnalyzers: 1
707+
selectedPlatform: 3
702708
additionalIl2CppArgs:
703709
scriptingRuntimeVersion: 1
704710
gcIncremental: 1
@@ -778,6 +784,7 @@ PlayerSettings:
778784
m_VersionName:
779785
apiCompatibilityLevel: 3
780786
activeInputHandler: 0
787+
windowsGamepadBackendHint: 0
781788
cloudProjectId:
782789
framebufferDepthMemorylessMode: 0
783790
qualitySettingsNames: []

0 commit comments

Comments
 (0)