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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments