Skip to content

Commit b882cda

Browse files
authored
Merge pull request #40 from FellowshipOfTheGame/Fix/UpdateProjectSettings
Update project settings
2 parents f89185d + 5fccbfb commit b882cda

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ PlayerSettings:
577577
additionalCompilerArguments: {}
578578
platformArchitecture: {}
579579
scriptingBackend:
580-
Standalone: 1
580+
Standalone: 0
581581
il2cppCompilerConfiguration: {}
582582
managedStrippingLevel: {}
583583
incrementalIl2cppBuild: {}

ProjectSettings/QualitySettings.asset

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ QualitySettings:
1818
shadowCascade2Split: 0.33333334
1919
shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667}
2020
shadowmaskMode: 0
21-
blendWeights: 1
21+
skinWeights: 1
2222
textureQuality: 1
2323
anisotropicTextures: 0
2424
antiAliasing: 0
@@ -40,6 +40,7 @@ QualitySettings:
4040
asyncUploadBufferSize: 16
4141
asyncUploadPersistentBuffer: 1
4242
resolutionScalingFixedDPIFactor: 1
43+
customRenderPipeline: {fileID: 0}
4344
excludedTargetPlatforms: []
4445
- serializedVersion: 2
4546
name: Low
@@ -53,7 +54,7 @@ QualitySettings:
5354
shadowCascade2Split: 0.33333334
5455
shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667}
5556
shadowmaskMode: 0
56-
blendWeights: 2
57+
skinWeights: 2
5758
textureQuality: 0
5859
anisotropicTextures: 0
5960
antiAliasing: 0
@@ -75,6 +76,7 @@ QualitySettings:
7576
asyncUploadBufferSize: 16
7677
asyncUploadPersistentBuffer: 1
7778
resolutionScalingFixedDPIFactor: 1
79+
customRenderPipeline: {fileID: 0}
7880
excludedTargetPlatforms: []
7981
- serializedVersion: 2
8082
name: Medium
@@ -88,7 +90,7 @@ QualitySettings:
8890
shadowCascade2Split: 0.33333334
8991
shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667}
9092
shadowmaskMode: 0
91-
blendWeights: 2
93+
skinWeights: 2
9294
textureQuality: 0
9395
anisotropicTextures: 0
9496
antiAliasing: 0
@@ -110,6 +112,7 @@ QualitySettings:
110112
asyncUploadBufferSize: 16
111113
asyncUploadPersistentBuffer: 1
112114
resolutionScalingFixedDPIFactor: 1
115+
customRenderPipeline: {fileID: 0}
113116
excludedTargetPlatforms: []
114117
- serializedVersion: 2
115118
name: High
@@ -123,7 +126,7 @@ QualitySettings:
123126
shadowCascade2Split: 0.33333334
124127
shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667}
125128
shadowmaskMode: 1
126-
blendWeights: 2
129+
skinWeights: 2
127130
textureQuality: 0
128131
anisotropicTextures: 0
129132
antiAliasing: 0
@@ -145,6 +148,7 @@ QualitySettings:
145148
asyncUploadBufferSize: 16
146149
asyncUploadPersistentBuffer: 1
147150
resolutionScalingFixedDPIFactor: 1
151+
customRenderPipeline: {fileID: 0}
148152
excludedTargetPlatforms: []
149153
- serializedVersion: 2
150154
name: Very High
@@ -158,7 +162,7 @@ QualitySettings:
158162
shadowCascade2Split: 0.33333334
159163
shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667}
160164
shadowmaskMode: 1
161-
blendWeights: 4
165+
skinWeights: 4
162166
textureQuality: 0
163167
anisotropicTextures: 0
164168
antiAliasing: 0
@@ -180,6 +184,7 @@ QualitySettings:
180184
asyncUploadBufferSize: 16
181185
asyncUploadPersistentBuffer: 1
182186
resolutionScalingFixedDPIFactor: 1
187+
customRenderPipeline: {fileID: 0}
183188
excludedTargetPlatforms: []
184189
- serializedVersion: 2
185190
name: Ultra
@@ -193,7 +198,7 @@ QualitySettings:
193198
shadowCascade2Split: 0.33333334
194199
shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667}
195200
shadowmaskMode: 1
196-
blendWeights: 4
201+
skinWeights: 4
197202
textureQuality: 0
198203
anisotropicTextures: 0
199204
antiAliasing: 0
@@ -215,9 +220,10 @@ QualitySettings:
215220
asyncUploadBufferSize: 16
216221
asyncUploadPersistentBuffer: 1
217222
resolutionScalingFixedDPIFactor: 1
223+
customRenderPipeline: {fileID: 0}
218224
excludedTargetPlatforms: []
219225
m_PerPlatformDefaultQuality:
220226
Android: 0
221-
Standalone: 3
227+
Standalone: 2
222228
WebGL: 0
223229
Windows Store Apps: 3

0 commit comments

Comments
 (0)