From 509391ece62f7d57460a25d3c50ca85ec641c608 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 3 Jan 2021 02:52:36 -0800 Subject: [PATCH 1/2] Updated project to 2018.4.30f1 LTS --- Packages/manifest.json | 2 +- ProjectSettings/EditorBuildSettings.asset | 6 +++--- ProjectSettings/GraphicsSettings.asset | 3 +++ ProjectSettings/ProjectVersion.txt | 2 +- README.md | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index 899090a..8ba860d 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,6 +1,6 @@ { "dependencies": { - "com.unity.package-manager-ui": "2.0.3", + "com.unity.package-manager-ui": "2.0.13", "com.unity.postprocessing": "2.1.3", "com.unity.modules.ai": "1.0.0", "com.unity.modules.animation": "1.0.0", diff --git a/ProjectSettings/EditorBuildSettings.asset b/ProjectSettings/EditorBuildSettings.asset index ea88784..9bd6d10 100644 --- a/ProjectSettings/EditorBuildSettings.asset +++ b/ProjectSettings/EditorBuildSettings.asset @@ -5,7 +5,7 @@ EditorBuildSettings: m_ObjectHideFlags: 0 serializedVersion: 2 m_Scenes: - - enabled: 1 - path: Assets/Scenes/SampleScene.unity - guid: 99c9720ab356a0642a771bea13969a05 + - enabled: 0 + path: + guid: 00000000000000000000000000000000 m_configObjects: {} diff --git a/ProjectSettings/GraphicsSettings.asset b/ProjectSettings/GraphicsSettings.asset index cd1c3d6..7997460 100644 --- a/ProjectSettings/GraphicsSettings.asset +++ b/ProjectSettings/GraphicsSettings.asset @@ -36,6 +36,8 @@ GraphicsSettings: - {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 10783, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0} m_PreloadedShaders: [] m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} @@ -60,3 +62,4 @@ GraphicsSettings: m_AlbedoSwatchInfos: [] m_LightsUseLinearIntensity: 0 m_LightsUseColorTemperature: 0 + m_LogWhenShaderIsCompiled: 0 diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index acd2ceb..e34a20a 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1 +1 @@ -m_EditorVersion: 2018.3.3f1 +m_EditorVersion: 2018.4.30f1 diff --git a/README.md b/README.md index c3761d8..c444230 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Outline Shader for Unity -Unity 2018.3 project source for completed [Outline Shader Tutorial](https://roystan.net/articles/outline-shader.html) from the site [roystan.net](https://roystan.net/). +Unity 2018.4 project source for completed [Outline Shader Tutorial](https://roystan.net/articles/outline-shader.html) from the site [roystan.net](https://roystan.net/). ![alt text](https://i.imgur.com/wWU7Q6d.png) From c9e7a984a27b9b6c9220f5a682af32180d5ce35c Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 3 Jan 2021 02:54:36 -0800 Subject: [PATCH 2/2] Added "Hidden/Roystan/Outline Post Process" to "Always Included Shaders" list --- ProjectSettings/GraphicsSettings.asset | 1 + 1 file changed, 1 insertion(+) diff --git a/ProjectSettings/GraphicsSettings.asset b/ProjectSettings/GraphicsSettings.asset index 7997460..352fcfd 100644 --- a/ProjectSettings/GraphicsSettings.asset +++ b/ProjectSettings/GraphicsSettings.asset @@ -38,6 +38,7 @@ GraphicsSettings: - {fileID: 10783, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 4800000, guid: d3bcadd9f0287fe42824efcc4e6eddd1, type: 3} m_PreloadedShaders: [] m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}