Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Commit ccb62d4

Browse files
committed
Fix package version, update rendering settings & readme
1 parent 4341e6b commit ccb62d4

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.6.0] - 2020-10-07
8+
9+
### Changed
10+
- Updated rendering settings for samples.
11+
- Fixed version in `package.json`.
12+
713
## [0.5.0] - 2020-10-07
814

915
### Added

Samples/Settings/UniversalRenderPipelineAsset.asset

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,29 @@ MonoBehaviour:
2323
m_RequireOpaqueTexture: 0
2424
m_OpaqueDownsampling: 1
2525
m_SupportsTerrainHoles: 1
26-
m_SupportsHDR: 0
27-
m_MSAA: 1
26+
m_SupportsHDR: 1
27+
m_MSAA: 8
2828
m_RenderScale: 1
2929
m_MainLightRenderingMode: 1
3030
m_MainLightShadowsSupported: 1
3131
m_MainLightShadowmapResolution: 2048
32-
m_AdditionalLightsRenderingMode: 1
32+
m_AdditionalLightsRenderingMode: 2
3333
m_AdditionalLightsPerObjectLimit: 4
3434
m_AdditionalLightShadowsSupported: 0
3535
m_AdditionalLightsShadowmapResolution: 512
36-
m_ShadowDistance: 50
36+
m_ShadowDistance: 20
3737
m_ShadowCascades: 0
3838
m_Cascade2Split: 0.25
3939
m_Cascade4Split: {x: 0.067, y: 0.2, z: 0.467}
4040
m_ShadowDepthBias: 1
4141
m_ShadowNormalBias: 1
42-
m_SoftShadowsSupported: 0
42+
m_SoftShadowsSupported: 1
4343
m_UseSRPBatcher: 1
4444
m_SupportsDynamicBatching: 0
4545
m_MixedLightingSupported: 1
4646
m_DebugLevel: 0
4747
m_PostProcessingFeatureSet: 0
48-
m_ColorGradingMode: 0
48+
m_ColorGradingMode: 1
4949
m_ColorGradingLutSize: 32
5050
m_ShadowType: 1
5151
m_LocalShadowsSupported: 0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Chark",
66
"url": "https://chark.io"
77
},
8-
"version": "0.3.0",
8+
"version": "0.6.0",
99
"unity": "2019.4",
1010
"description": "Provides Game Events and their respective listeners. Includes Mutable Scriptable Objects for injecting and using shared data.",
1111
"samples": [

0 commit comments

Comments
 (0)