Skip to content

Commit 53a6c01

Browse files
committed
Changes to shader project
1 parent 663088f commit 53a6c01

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

License.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Ghassen Lahmar
1+
Copyright (c) 2024-2025 Ghassen Lahmar
22

33
You may use, distribute and copy Deferred under the terms of GNU General
44
Public License version 3, which is displayed below.

shaders/DeferredKSPShaders/ProjectSettings/QualitySettings.asset

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: Fast
@@ -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: Simple
@@ -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: Good
@@ -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: Beautiful
@@ -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: Fantastic
@@ -215,5 +220,8 @@ QualitySettings:
215220
asyncUploadBufferSize: 16
216221
asyncUploadPersistentBuffer: 1
217222
resolutionScalingFixedDPIFactor: 1
223+
customRenderPipeline: {fileID: 0}
218224
excludedTargetPlatforms: []
219-
m_PerPlatformDefaultQuality: {}
225+
m_PerPlatformDefaultQuality:
226+
Standalone: 0
227+
Windows Store Apps: 0

0 commit comments

Comments
 (0)