diff --git a/Assets/Scenes/SampleScenePPV2.unity b/Assets/Scenes/SampleScenePPV2.unity index a3f4be8..6a9dc24 100644 --- a/Assets/Scenes/SampleScenePPV2.unity +++ b/Assets/Scenes/SampleScenePPV2.unity @@ -338,7 +338,7 @@ MonoBehaviour: serializedVersion: 2 m_Bits: 64 stopNaNPropagation: 0 - finalBlitToCameraTarget: 1 + finalBlitToCameraTarget: 0 antialiasingMode: 4 temporalAntialiasing: jitterSpread: 0.75 @@ -361,11 +361,11 @@ MonoBehaviour: cutoffThreshold: 0.2 binaryValue: 0.9 flags: 13 - autoGenerateTransparencyAndComposition: 0 + autoGenerateTransparencyAndComposition: 1 generateTransparencyAndCompositionParameters: - autoTcThreshold: 0.05 - autoTcScale: 1 - autoReactiveScale: 5 + autoTcThreshold: 0.8 + autoTcScale: 0.7 + autoReactiveScale: 0.5 autoReactiveMax: 0.9 subpixelMorphologicalAntialiasing: quality: 2 diff --git a/Packages/manifest.json b/Packages/manifest.json index 97fb71f..0fb17a8 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -8,6 +8,7 @@ "com.unity.test-framework": "1.1.31", "com.unity.textmeshpro": "3.0.6", "com.unity.timeline": "1.6.4", + "com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.5", "com.unity.ugui": "1.0.0", "com.unity.visualscripting": "1.8.0", "com.unity.modules.ai": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index ec41a0a..e4c78b9 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -82,6 +82,22 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.sysroot": { + "version": "2.0.6", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.sysroot.linux-x86_64": { + "version": "2.0.5", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.sysroot": "2.0.6" + }, + "url": "https://packages.unity.com" + }, "com.unity.test-framework": { "version": "1.1.31", "depth": 0, @@ -124,6 +140,16 @@ }, "url": "https://packages.unity.com" }, + "com.unity.toolchain.win-x86_64-linux-x86_64": { + "version": "2.0.5", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.sysroot": "2.0.6", + "com.unity.sysroot.linux-x86_64": "2.0.5" + }, + "url": "https://packages.unity.com" + }, "com.unity.ugui": { "version": "1.0.0", "depth": 0, diff --git a/ProjectSettings/EditorBuildSettings.asset b/ProjectSettings/EditorBuildSettings.asset index 0147887..a511f34 100644 --- a/ProjectSettings/EditorBuildSettings.asset +++ b/ProjectSettings/EditorBuildSettings.asset @@ -4,5 +4,8 @@ EditorBuildSettings: m_ObjectHideFlags: 0 serializedVersion: 2 - m_Scenes: [] + m_Scenes: + - enabled: 1 + path: Assets/Scenes/SampleScenePPV2.unity + guid: 8e3e4b6f2ffb0704db9797c814469882 m_configObjects: {}