Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed
- Updated version to HightDefinition RP version 10.0.0
- Caching Shader Preprocessor is now enabled in Project Settings

## [7.1.7] - 2019-12-3
- Editor will force text serialization to occur on one line
Expand Down
3 changes: 2 additions & 1 deletion com.unity.template-hd/ProjectSettings/EditorSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ EditorSettings:
m_ProjectGenerationRootNamespace:
m_EnableTextureStreamingInEditMode: 1
m_EnableTextureStreamingInPlayMode: 1
m_EnableRoslynAnalyzers: 0
m_AsyncShaderCompilation: 1
m_CachingShaderPreprocessor: 0
m_CachingShaderPreprocessor: 1
m_EnterPlayModeOptionsEnabled: 0
m_EnterPlayModeOptions: 3
m_UseLegacyProbeSampleCount: 0
Expand Down