From 81ff39027d10d6ba43271ce1c6f496ede3b83d31 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 30 Jan 2026 21:40:05 +0900 Subject: [PATCH 1/7] BuiltIn --- .../Packages/manifest.json | 2 +- .../Packages/packages-lock.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/TestProjects/ToonBuiltInRPTest-6000.0/Packages/manifest.json b/TestProjects/ToonBuiltInRPTest-6000.0/Packages/manifest.json index b876fa404..d9a897bd8 100644 --- a/TestProjects/ToonBuiltInRPTest-6000.0/Packages/manifest.json +++ b/TestProjects/ToonBuiltInRPTest-6000.0/Packages/manifest.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.ide.rider": "3.0.38", - "com.unity.ide.visualstudio": "2.0.25", + "com.unity.ide.visualstudio": "2.0.26", "com.unity.inputsystem": "1.17.0", "com.unity.postprocessing": "3.5.1", "com.unity.test-framework": "1.6.0", diff --git a/TestProjects/ToonBuiltInRPTest-6000.0/Packages/packages-lock.json b/TestProjects/ToonBuiltInRPTest-6000.0/Packages/packages-lock.json index 3a042d960..4968b3614 100644 --- a/TestProjects/ToonBuiltInRPTest-6000.0/Packages/packages-lock.json +++ b/TestProjects/ToonBuiltInRPTest-6000.0/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.addressables": { - "version": "2.7.6", + "version": "2.8.0", "depth": 1, "source": "registry", "dependencies": { @@ -11,13 +11,13 @@ "com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0", - "com.unity.scriptablebuildpipeline": "2.5.0", + "com.unity.scriptablebuildpipeline": "2.5.1", "com.unity.modules.unitywebrequestassetbundle": "1.0.0" }, "url": "https://packages.unity.com" }, "com.unity.burst": { - "version": "1.8.26", + "version": "1.8.27", "depth": 2, "source": "registry", "dependencies": { @@ -75,11 +75,11 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.25", + "version": "2.0.26", "depth": 0, "source": "registry", "dependencies": { - "com.unity.test-framework": "1.1.31" + "com.unity.test-framework": "1.1.33" }, "url": "https://packages.unity.com" }, @@ -155,7 +155,7 @@ } }, "com.unity.scriptablebuildpipeline": { - "version": "2.5.0", + "version": "2.5.1", "depth": 2, "source": "registry", "dependencies": { @@ -219,7 +219,7 @@ "url": "https://packages.unity.com" }, "com.unity.timeline": { - "version": "1.8.9", + "version": "1.8.10", "depth": 2, "source": "registry", "dependencies": { From 5ac0657d4f6ecfef134b10dba06e0daf4ac7db0c Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 30 Jan 2026 21:40:19 +0900 Subject: [PATCH 2/7] continue --- .../ProjectSettings/ProjectVersion.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TestProjects/ToonBuiltInRPTest-6000.0/ProjectSettings/ProjectVersion.txt b/TestProjects/ToonBuiltInRPTest-6000.0/ProjectSettings/ProjectVersion.txt index 033189bc0..080074a7b 100644 --- a/TestProjects/ToonBuiltInRPTest-6000.0/ProjectSettings/ProjectVersion.txt +++ b/TestProjects/ToonBuiltInRPTest-6000.0/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 6000.0.64f1 -m_EditorVersionWithRevision: 6000.0.64f1 (5360b7cd7953) +m_EditorVersion: 6000.0.66f2 +m_EditorVersionWithRevision: 6000.0.66f2 (b20bc5da3050) From ae06c8036b9f62ef699a3f6be5a70722336987f7 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 30 Jan 2026 21:40:46 +0900 Subject: [PATCH 3/7] HDRP --- .../Packages/manifest.json | 4 ++-- .../Packages/packages-lock.json | 22 +++++++++---------- .../ProjectSettings/ProjectVersion.txt | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/TestProjects/ToonHDRPTest-6000.0/Packages/manifest.json b/TestProjects/ToonHDRPTest-6000.0/Packages/manifest.json index f7d42711a..b2df5d6ee 100644 --- a/TestProjects/ToonHDRPTest-6000.0/Packages/manifest.json +++ b/TestProjects/ToonHDRPTest-6000.0/Packages/manifest.json @@ -1,10 +1,10 @@ { "dependencies": { "com.unity.ide.rider": "3.0.38", - "com.unity.ide.visualstudio": "2.0.25", + "com.unity.ide.visualstudio": "2.0.26", "com.unity.inputsystem": "1.17.0", "com.unity.package-validation-suite": "0.73.0-preview", - "com.unity.recorder": "5.1.3", + "com.unity.recorder": "5.1.4", "com.unity.render-pipelines.high-definition": "17.0.4", "com.unity.render-pipelines.high-definition-config": "17.0.4", "com.unity.test-framework": "1.6.0", diff --git a/TestProjects/ToonHDRPTest-6000.0/Packages/packages-lock.json b/TestProjects/ToonHDRPTest-6000.0/Packages/packages-lock.json index ecdc63b7c..38864a425 100644 --- a/TestProjects/ToonHDRPTest-6000.0/Packages/packages-lock.json +++ b/TestProjects/ToonHDRPTest-6000.0/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.addressables": { - "version": "2.7.6", + "version": "2.8.0", "depth": 1, "source": "registry", "dependencies": { @@ -11,22 +11,22 @@ "com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0", - "com.unity.scriptablebuildpipeline": "2.5.0", + "com.unity.scriptablebuildpipeline": "2.5.1", "com.unity.modules.unitywebrequestassetbundle": "1.0.0" }, "url": "https://packages.unity.com" }, "com.unity.bindings.openimageio": { - "version": "1.0.0", + "version": "1.0.2", "depth": 1, "source": "registry", "dependencies": { - "com.unity.collections": "1.0.0" + "com.unity.collections": "1.2.4" }, "url": "https://packages.unity.com" }, "com.unity.burst": { - "version": "1.8.26", + "version": "1.8.27", "depth": 2, "source": "registry", "dependencies": { @@ -84,11 +84,11 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.25", + "version": "2.0.26", "depth": 0, "source": "registry", "dependencies": { - "com.unity.test-framework": "1.1.31" + "com.unity.test-framework": "1.1.33" }, "url": "https://packages.unity.com" }, @@ -139,13 +139,13 @@ "url": "https://packages.unity.com" }, "com.unity.recorder": { - "version": "5.1.3", + "version": "5.1.4", "depth": 0, "source": "registry", "dependencies": { "com.unity.timeline": "1.8.7", "com.unity.collections": "1.2.4", - "com.unity.bindings.openimageio": "1.0.0" + "com.unity.bindings.openimageio": "1.0.2" }, "url": "https://packages.unity.com" }, @@ -197,7 +197,7 @@ } }, "com.unity.scriptablebuildpipeline": { - "version": "2.5.0", + "version": "2.5.1", "depth": 2, "source": "registry", "dependencies": { @@ -277,7 +277,7 @@ "url": "https://packages.unity.com" }, "com.unity.timeline": { - "version": "1.8.9", + "version": "1.8.10", "depth": 1, "source": "registry", "dependencies": { diff --git a/TestProjects/ToonHDRPTest-6000.0/ProjectSettings/ProjectVersion.txt b/TestProjects/ToonHDRPTest-6000.0/ProjectSettings/ProjectVersion.txt index 033189bc0..080074a7b 100644 --- a/TestProjects/ToonHDRPTest-6000.0/ProjectSettings/ProjectVersion.txt +++ b/TestProjects/ToonHDRPTest-6000.0/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 6000.0.64f1 -m_EditorVersionWithRevision: 6000.0.64f1 (5360b7cd7953) +m_EditorVersion: 6000.0.66f2 +m_EditorVersionWithRevision: 6000.0.66f2 (b20bc5da3050) From f320839768ebd9a2fac8a66ccbe1505a5a25141b Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 30 Jan 2026 21:40:56 +0900 Subject: [PATCH 4/7] HDRP DX12 --- .../ToonHDRPTestDX12-6000.0/Packages/manifest.json | 2 +- .../Packages/packages-lock.json | 14 +++++++------- .../ProjectSettings/ProjectVersion.txt | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/TestProjects/ToonHDRPTestDX12-6000.0/Packages/manifest.json b/TestProjects/ToonHDRPTestDX12-6000.0/Packages/manifest.json index ec0e77096..a36d5a0ed 100644 --- a/TestProjects/ToonHDRPTestDX12-6000.0/Packages/manifest.json +++ b/TestProjects/ToonHDRPTestDX12-6000.0/Packages/manifest.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.ide.rider": "3.0.38", - "com.unity.ide.visualstudio": "2.0.25", + "com.unity.ide.visualstudio": "2.0.26", "com.unity.inputsystem": "1.17.0", "com.unity.package-validation-suite": "0.73.0-preview", "com.unity.render-pipelines.high-definition": "17.0.4", diff --git a/TestProjects/ToonHDRPTestDX12-6000.0/Packages/packages-lock.json b/TestProjects/ToonHDRPTestDX12-6000.0/Packages/packages-lock.json index 36ea870c8..2c46062f6 100644 --- a/TestProjects/ToonHDRPTestDX12-6000.0/Packages/packages-lock.json +++ b/TestProjects/ToonHDRPTestDX12-6000.0/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.addressables": { - "version": "2.7.6", + "version": "2.8.0", "depth": 1, "source": "registry", "dependencies": { @@ -11,13 +11,13 @@ "com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0", - "com.unity.scriptablebuildpipeline": "2.5.0", + "com.unity.scriptablebuildpipeline": "2.5.1", "com.unity.modules.unitywebrequestassetbundle": "1.0.0" }, "url": "https://packages.unity.com" }, "com.unity.burst": { - "version": "1.8.26", + "version": "1.8.27", "depth": 2, "source": "registry", "dependencies": { @@ -75,11 +75,11 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.25", + "version": "2.0.26", "depth": 0, "source": "registry", "dependencies": { - "com.unity.test-framework": "1.1.31" + "com.unity.test-framework": "1.1.33" }, "url": "https://packages.unity.com" }, @@ -177,7 +177,7 @@ } }, "com.unity.scriptablebuildpipeline": { - "version": "2.5.0", + "version": "2.5.1", "depth": 2, "source": "registry", "dependencies": { @@ -257,7 +257,7 @@ "url": "https://packages.unity.com" }, "com.unity.timeline": { - "version": "1.8.9", + "version": "1.8.10", "depth": 2, "source": "registry", "dependencies": { diff --git a/TestProjects/ToonHDRPTestDX12-6000.0/ProjectSettings/ProjectVersion.txt b/TestProjects/ToonHDRPTestDX12-6000.0/ProjectSettings/ProjectVersion.txt index 033189bc0..080074a7b 100644 --- a/TestProjects/ToonHDRPTestDX12-6000.0/ProjectSettings/ProjectVersion.txt +++ b/TestProjects/ToonHDRPTestDX12-6000.0/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 6000.0.64f1 -m_EditorVersionWithRevision: 6000.0.64f1 (5360b7cd7953) +m_EditorVersion: 6000.0.66f2 +m_EditorVersionWithRevision: 6000.0.66f2 (b20bc5da3050) From 09abe214267cd1edea8541cef36f8a4906cc2d58 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 30 Jan 2026 21:41:07 +0900 Subject: [PATCH 5/7] Toon URP ResidentDrawer --- .../Packages/manifest.json | 6 +++--- .../Packages/packages-lock.json | 16 ++++++++-------- .../ProjectSettings/ProjectVersion.txt | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/TestProjects/ToonURPResidentDrawerGraphicsTest-6000.0/Packages/manifest.json b/TestProjects/ToonURPResidentDrawerGraphicsTest-6000.0/Packages/manifest.json index 001e59af4..251f0417c 100644 --- a/TestProjects/ToonURPResidentDrawerGraphicsTest-6000.0/Packages/manifest.json +++ b/TestProjects/ToonURPResidentDrawerGraphicsTest-6000.0/Packages/manifest.json @@ -1,13 +1,13 @@ { "dependencies": { - "com.unity.collab-proxy": "2.10.2", + "com.unity.collab-proxy": "2.11.2", "com.unity.ide.rider": "3.0.38", - "com.unity.ide.visualstudio": "2.0.25", + "com.unity.ide.visualstudio": "2.0.26", "com.unity.inputsystem": "1.17.0", "com.unity.multiplayer.center": "1.0.0", "com.unity.render-pipelines.universal": "17.0.4", "com.unity.test-framework": "1.6.0", - "com.unity.timeline": "1.8.9", + "com.unity.timeline": "1.8.10", "com.unity.toon-graphics-test": "file:../../../com.unity.toon-graphics-test", "com.unity.toon-reference-images": "file:../../../com.unity.toon-reference-images", "com.unity.toonshader": "file:../../../com.unity.toonshader", diff --git a/TestProjects/ToonURPResidentDrawerGraphicsTest-6000.0/Packages/packages-lock.json b/TestProjects/ToonURPResidentDrawerGraphicsTest-6000.0/Packages/packages-lock.json index 9a9e9bd00..43166c268 100644 --- a/TestProjects/ToonURPResidentDrawerGraphicsTest-6000.0/Packages/packages-lock.json +++ b/TestProjects/ToonURPResidentDrawerGraphicsTest-6000.0/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.addressables": { - "version": "2.7.6", + "version": "2.8.0", "depth": 2, "source": "registry", "dependencies": { @@ -11,13 +11,13 @@ "com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0", - "com.unity.scriptablebuildpipeline": "2.5.0", + "com.unity.scriptablebuildpipeline": "2.5.1", "com.unity.modules.unitywebrequestassetbundle": "1.0.0" }, "url": "https://packages.unity.com" }, "com.unity.burst": { - "version": "1.8.26", + "version": "1.8.27", "depth": 2, "source": "registry", "dependencies": { @@ -27,7 +27,7 @@ "url": "https://packages.unity.com" }, "com.unity.collab-proxy": { - "version": "2.10.2", + "version": "2.11.2", "depth": 0, "source": "registry", "dependencies": {}, @@ -82,11 +82,11 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.25", + "version": "2.0.26", "depth": 0, "source": "registry", "dependencies": { - "com.unity.test-framework": "1.1.31" + "com.unity.test-framework": "1.1.33" }, "url": "https://packages.unity.com" }, @@ -179,7 +179,7 @@ } }, "com.unity.scriptablebuildpipeline": { - "version": "2.5.0", + "version": "2.5.1", "depth": 3, "source": "registry", "dependencies": { @@ -259,7 +259,7 @@ "url": "https://packages.unity.com" }, "com.unity.timeline": { - "version": "1.8.9", + "version": "1.8.10", "depth": 0, "source": "registry", "dependencies": { diff --git a/TestProjects/ToonURPResidentDrawerGraphicsTest-6000.0/ProjectSettings/ProjectVersion.txt b/TestProjects/ToonURPResidentDrawerGraphicsTest-6000.0/ProjectSettings/ProjectVersion.txt index 033189bc0..080074a7b 100644 --- a/TestProjects/ToonURPResidentDrawerGraphicsTest-6000.0/ProjectSettings/ProjectVersion.txt +++ b/TestProjects/ToonURPResidentDrawerGraphicsTest-6000.0/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 6000.0.64f1 -m_EditorVersionWithRevision: 6000.0.64f1 (5360b7cd7953) +m_EditorVersion: 6000.0.66f2 +m_EditorVersionWithRevision: 6000.0.66f2 (b20bc5da3050) From 2f981a284b41fd6a59af98a143fe28cbcb9b44d6 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 30 Jan 2026 21:41:19 +0900 Subject: [PATCH 6/7] URP --- .../ToonURPTest-6000.0/Packages/manifest.json | 2 +- .../ToonURPTest-6000.0/Packages/packages-lock.json | 14 +++++++------- .../ProjectSettings/ProjectVersion.txt | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/TestProjects/ToonURPTest-6000.0/Packages/manifest.json b/TestProjects/ToonURPTest-6000.0/Packages/manifest.json index 265e7a23e..4624549af 100644 --- a/TestProjects/ToonURPTest-6000.0/Packages/manifest.json +++ b/TestProjects/ToonURPTest-6000.0/Packages/manifest.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.ide.rider": "3.0.38", - "com.unity.ide.visualstudio": "2.0.25", + "com.unity.ide.visualstudio": "2.0.26", "com.unity.inputsystem": "1.17.0", "com.unity.render-pipelines.universal": "17.0.4", "com.unity.test-framework": "1.6.0", diff --git a/TestProjects/ToonURPTest-6000.0/Packages/packages-lock.json b/TestProjects/ToonURPTest-6000.0/Packages/packages-lock.json index 3868d300e..ca212565f 100644 --- a/TestProjects/ToonURPTest-6000.0/Packages/packages-lock.json +++ b/TestProjects/ToonURPTest-6000.0/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.addressables": { - "version": "2.7.6", + "version": "2.8.0", "depth": 1, "source": "registry", "dependencies": { @@ -11,13 +11,13 @@ "com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0", - "com.unity.scriptablebuildpipeline": "2.5.0", + "com.unity.scriptablebuildpipeline": "2.5.1", "com.unity.modules.unitywebrequestassetbundle": "1.0.0" }, "url": "https://packages.unity.com" }, "com.unity.burst": { - "version": "1.8.26", + "version": "1.8.27", "depth": 2, "source": "registry", "dependencies": { @@ -75,11 +75,11 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.25", + "version": "2.0.26", "depth": 0, "source": "registry", "dependencies": { - "com.unity.test-framework": "1.1.31" + "com.unity.test-framework": "1.1.33" }, "url": "https://packages.unity.com" }, @@ -164,7 +164,7 @@ } }, "com.unity.scriptablebuildpipeline": { - "version": "2.5.0", + "version": "2.5.1", "depth": 2, "source": "registry", "dependencies": { @@ -244,7 +244,7 @@ "url": "https://packages.unity.com" }, "com.unity.timeline": { - "version": "1.8.9", + "version": "1.8.10", "depth": 2, "source": "registry", "dependencies": { diff --git a/TestProjects/ToonURPTest-6000.0/ProjectSettings/ProjectVersion.txt b/TestProjects/ToonURPTest-6000.0/ProjectSettings/ProjectVersion.txt index 033189bc0..080074a7b 100644 --- a/TestProjects/ToonURPTest-6000.0/ProjectSettings/ProjectVersion.txt +++ b/TestProjects/ToonURPTest-6000.0/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 6000.0.64f1 -m_EditorVersionWithRevision: 6000.0.64f1 (5360b7cd7953) +m_EditorVersion: 6000.0.66f2 +m_EditorVersionWithRevision: 6000.0.66f2 (b20bc5da3050) From b0a414a839ace72f6ad44a77c8d37f3694adb3af Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 30 Jan 2026 21:41:29 +0900 Subject: [PATCH 7/7] URPTestECS --- .../Packages/manifest.json | 2 +- .../Packages/packages-lock.json | 18 +++++++++--------- .../ProjectSettings/ProjectVersion.txt | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/TestProjects/ToonURPTestECS-6000.0/Packages/manifest.json b/TestProjects/ToonURPTestECS-6000.0/Packages/manifest.json index 0de5677c0..14c0d3d05 100644 --- a/TestProjects/ToonURPTestECS-6000.0/Packages/manifest.json +++ b/TestProjects/ToonURPTestECS-6000.0/Packages/manifest.json @@ -2,7 +2,7 @@ "dependencies": { "com.unity.entities.graphics": "1.4.15", "com.unity.ide.rider": "3.0.38", - "com.unity.ide.visualstudio": "2.0.25", + "com.unity.ide.visualstudio": "2.0.26", "com.unity.inputsystem": "1.17.0", "com.unity.render-pipelines.universal": "17.0.4", "com.unity.test-framework": "1.6.0", diff --git a/TestProjects/ToonURPTestECS-6000.0/Packages/packages-lock.json b/TestProjects/ToonURPTestECS-6000.0/Packages/packages-lock.json index ede3e034e..89ee808c4 100644 --- a/TestProjects/ToonURPTestECS-6000.0/Packages/packages-lock.json +++ b/TestProjects/ToonURPTestECS-6000.0/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.addressables": { - "version": "2.7.6", + "version": "2.8.0", "depth": 1, "source": "registry", "dependencies": { @@ -11,13 +11,13 @@ "com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0", - "com.unity.scriptablebuildpipeline": "2.5.0", + "com.unity.scriptablebuildpipeline": "2.5.1", "com.unity.modules.unitywebrequestassetbundle": "1.0.0" }, "url": "https://packages.unity.com" }, "com.unity.burst": { - "version": "1.8.26", + "version": "1.8.27", "depth": 2, "source": "registry", "dependencies": { @@ -108,11 +108,11 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.25", + "version": "2.0.26", "depth": 0, "source": "registry", "dependencies": { - "com.unity.test-framework": "1.1.31" + "com.unity.test-framework": "1.1.33" }, "url": "https://packages.unity.com" }, @@ -197,7 +197,7 @@ } }, "com.unity.scriptablebuildpipeline": { - "version": "2.5.0", + "version": "2.5.1", "depth": 2, "source": "registry", "dependencies": { @@ -218,8 +218,8 @@ "depth": 2, "source": "registry", "dependencies": { - "com.unity.collections": "2.4.2", - "com.unity.burst": "1.7.2" + "com.unity.burst": "1.7.2", + "com.unity.collections": "2.4.2" }, "url": "https://packages.unity.com" }, @@ -287,7 +287,7 @@ "url": "https://packages.unity.com" }, "com.unity.timeline": { - "version": "1.8.9", + "version": "1.8.10", "depth": 2, "source": "registry", "dependencies": { diff --git a/TestProjects/ToonURPTestECS-6000.0/ProjectSettings/ProjectVersion.txt b/TestProjects/ToonURPTestECS-6000.0/ProjectSettings/ProjectVersion.txt index 033189bc0..080074a7b 100644 --- a/TestProjects/ToonURPTestECS-6000.0/ProjectSettings/ProjectVersion.txt +++ b/TestProjects/ToonURPTestECS-6000.0/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 6000.0.64f1 -m_EditorVersionWithRevision: 6000.0.64f1 (5360b7cd7953) +m_EditorVersion: 6000.0.66f2 +m_EditorVersionWithRevision: 6000.0.66f2 (b20bc5da3050)