diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md index a00c0901413..0900fe68b31 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md +++ b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md @@ -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 diff --git a/com.unity.template-hd/ProjectSettings/EditorSettings.asset b/com.unity.template-hd/ProjectSettings/EditorSettings.asset index 125f2ccef56..652e2f799ff 100644 --- a/com.unity.template-hd/ProjectSettings/EditorSettings.asset +++ b/com.unity.template-hd/ProjectSettings/EditorSettings.asset @@ -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