This repository was archived by the owner on Aug 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.6.0] - 2020-10-07
8
+
9
+ ### Changed
10
+ - Updated rendering settings for samples.
11
+ - Fixed version in ` package.json ` .
12
+
7
13
## [ 0.5.0] - 2020-10-07
8
14
9
15
### Added
Original file line number Diff line number Diff line change @@ -23,29 +23,29 @@ MonoBehaviour:
23
23
m_RequireOpaqueTexture : 0
24
24
m_OpaqueDownsampling : 1
25
25
m_SupportsTerrainHoles : 1
26
- m_SupportsHDR : 0
27
- m_MSAA : 1
26
+ m_SupportsHDR : 1
27
+ m_MSAA : 8
28
28
m_RenderScale : 1
29
29
m_MainLightRenderingMode : 1
30
30
m_MainLightShadowsSupported : 1
31
31
m_MainLightShadowmapResolution : 2048
32
- m_AdditionalLightsRenderingMode : 1
32
+ m_AdditionalLightsRenderingMode : 2
33
33
m_AdditionalLightsPerObjectLimit : 4
34
34
m_AdditionalLightShadowsSupported : 0
35
35
m_AdditionalLightsShadowmapResolution : 512
36
- m_ShadowDistance : 50
36
+ m_ShadowDistance : 20
37
37
m_ShadowCascades : 0
38
38
m_Cascade2Split : 0.25
39
39
m_Cascade4Split : {x: 0.067, y: 0.2, z: 0.467}
40
40
m_ShadowDepthBias : 1
41
41
m_ShadowNormalBias : 1
42
- m_SoftShadowsSupported : 0
42
+ m_SoftShadowsSupported : 1
43
43
m_UseSRPBatcher : 1
44
44
m_SupportsDynamicBatching : 0
45
45
m_MixedLightingSupported : 1
46
46
m_DebugLevel : 0
47
47
m_PostProcessingFeatureSet : 0
48
- m_ColorGradingMode : 0
48
+ m_ColorGradingMode : 1
49
49
m_ColorGradingLutSize : 32
50
50
m_ShadowType : 1
51
51
m_LocalShadowsSupported : 0
Original file line number Diff line number Diff line change 5
5
"name" : " Chark" ,
6
6
"url" : " https://chark.io"
7
7
},
8
- "version" : " 0.3 .0" ,
8
+ "version" : " 0.6 .0" ,
9
9
"unity" : " 2019.4" ,
10
10
"description" : " Provides Game Events and their respective listeners. Includes Mutable Scriptable Objects for injecting and using shared data." ,
11
11
"samples" : [
You can’t perform that action at this time.
0 commit comments