diff --git a/src/LitMotion/Packages/manifest.json b/src/LitMotion/Packages/manifest.json index 9286d41c..2dafe178 100644 --- a/src/LitMotion/Packages/manifest.json +++ b/src/LitMotion/Packages/manifest.json @@ -4,15 +4,16 @@ "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", "com.cysharp.zstring": "https://github.com/Cysharp/ZString.git?path=src/ZString.Unity/Assets/Scripts/ZString", "com.neuecc.unirx": "https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts", - "com.unity.collab-proxy": "2.2.0", + "com.unity.collab-proxy": "2.5.2", "com.unity.feature.development": "1.0.2", "com.unity.ide.visualstudio": "2.0.22", - "com.unity.logging": "1.0.16", - "com.unity.timeline": "1.8.6", - "com.unity.toolchain.macos-arm64-linux-x86_64": "2.0.0", + "com.unity.logging": "1.3.2", + "com.unity.multiplayer.center": "1.0.0", + "com.unity.timeline": "1.8.7", + "com.unity.toolchain.macos-arm64-linux-x86_64": "2.0.3", "com.unity.ugui": "2.0.0", - "com.unity.visualeffectgraph": "16.0.4", - "com.unity.visualscripting": "1.8.0", + "com.unity.visualeffectgraph": "17.0.3", + "com.unity.visualscripting": "1.9.4", "org.nuget.microsoft.bcl.timeprovider": "8.0.1", "org.nuget.r3": "1.1.10", "org.nuget.system.componentmodel.annotations": "5.0.0", diff --git a/src/LitMotion/Packages/packages-lock.json b/src/LitMotion/Packages/packages-lock.json index 51f4aec6..2d16e5c6 100644 --- a/src/LitMotion/Packages/packages-lock.json +++ b/src/LitMotion/Packages/packages-lock.json @@ -31,29 +31,31 @@ "hash": "284d5c50d3f1ddd9fa7df3d382ea904732a9c2ff" }, "com.unity.burst": { - "version": "1.8.11", + "version": "1.8.18", "depth": 1, "source": "registry", "dependencies": { - "com.unity.mathematics": "1.2.1" + "com.unity.mathematics": "1.2.1", + "com.unity.modules.jsonserialize": "1.0.0" }, "url": "https://packages.unity.com" }, "com.unity.collab-proxy": { - "version": "2.2.0", + "version": "2.5.2", "depth": 0, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.collections": { - "version": "2.1.4", + "version": "2.5.1", "depth": 1, "source": "registry", "dependencies": { - "com.unity.burst": "1.8.4", - "com.unity.modules.unityanalytics": "1.0.0", - "com.unity.nuget.mono-cecil": "1.11.4" + "com.unity.burst": "1.8.17", + "com.unity.test-framework": "1.4.5", + "com.unity.nuget.mono-cecil": "1.11.4", + "com.unity.test-framework.performance": "3.0.3" }, "url": "https://packages.unity.com" }, @@ -77,15 +79,15 @@ "source": "builtin", "dependencies": { "com.unity.ide.visualstudio": "2.0.22", - "com.unity.ide.rider": "3.0.26", + "com.unity.ide.rider": "3.0.31", "com.unity.editorcoroutines": "1.0.0", "com.unity.performance.profile-analyzer": "1.2.2", - "com.unity.test-framework": "1.3.9", - "com.unity.testtools.codecoverage": "1.2.4" + "com.unity.test-framework": "1.4.5", + "com.unity.testtools.codecoverage": "1.2.6" } }, "com.unity.ide.rider": { - "version": "3.0.26", + "version": "3.0.31", "depth": 1, "source": "registry", "dependencies": { @@ -103,22 +105,30 @@ "url": "https://packages.unity.com" }, "com.unity.logging": { - "version": "1.0.16", + "version": "1.3.2", "depth": 0, "source": "registry", "dependencies": { - "com.unity.burst": "1.8.8", - "com.unity.collections": "2.1.4" + "com.unity.burst": "1.8.17", + "com.unity.collections": "2.5.1" }, "url": "https://packages.unity.com" }, "com.unity.mathematics": { - "version": "1.2.6", + "version": "1.3.2", "depth": 2, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.multiplayer.center": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.uielements": "1.0.0" + } + }, "com.unity.nuget.mono-cecil": { "version": "1.11.4", "depth": 2, @@ -134,26 +144,28 @@ "url": "https://packages.unity.com" }, "com.unity.render-pipelines.core": { - "version": "16.0.4", + "version": "17.0.3", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.mathematics": "1.2.4", + "com.unity.burst": "1.8.14", + "com.unity.mathematics": "1.3.2", "com.unity.ugui": "2.0.0", + "com.unity.collections": "2.4.3", "com.unity.modules.physics": "1.0.0", "com.unity.modules.terrain": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", - "com.unity.rendering.light-transport": "1.0.0" + "com.unity.rendering.light-transport": "1.0.1" } }, "com.unity.rendering.light-transport": { - "version": "1.0.0", + "version": "1.0.1", "depth": 2, "source": "builtin", "dependencies": { - "com.unity.collections": "1.4.0", + "com.unity.collections": "2.2.0", "com.unity.mathematics": "1.2.4", - "com.unity.render-pipelines.core": "16.0.1" + "com.unity.modules.terrain": "1.0.0" } }, "com.unity.searcher": { @@ -171,32 +183,32 @@ "url": "https://packages.unity.com" }, "com.unity.shadergraph": { - "version": "16.0.4", + "version": "17.0.3", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.render-pipelines.core": "16.0.4", + "com.unity.render-pipelines.core": "17.0.3", "com.unity.searcher": "4.9.2" } }, "com.unity.sysroot": { - "version": "2.0.7", + "version": "2.0.10", "depth": 1, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.sysroot.linux-x86_64": { - "version": "2.0.6", + "version": "2.0.9", "depth": 1, "source": "registry", "dependencies": { - "com.unity.sysroot": "2.0.7" + "com.unity.sysroot": "2.0.10" }, "url": "https://packages.unity.com" }, "com.unity.test-framework": { - "version": "1.3.9", + "version": "1.4.5", "depth": 1, "source": "registry", "dependencies": { @@ -206,8 +218,18 @@ }, "url": "https://packages.unity.com" }, + "com.unity.test-framework.performance": { + "version": "3.0.3", + "depth": 2, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.31", + "com.unity.modules.jsonserialize": "1.0.0" + }, + "url": "https://packages.unity.com" + }, "com.unity.testtools.codecoverage": { - "version": "1.2.4", + "version": "1.2.6", "depth": 1, "source": "registry", "dependencies": { @@ -217,24 +239,24 @@ "url": "https://packages.unity.com" }, "com.unity.timeline": { - "version": "1.8.6", + "version": "1.8.7", "depth": 0, "source": "registry", "dependencies": { + "com.unity.modules.audio": "1.0.0", "com.unity.modules.director": "1.0.0", "com.unity.modules.animation": "1.0.0", - "com.unity.modules.audio": "1.0.0", "com.unity.modules.particlesystem": "1.0.0" }, "url": "https://packages.unity.com" }, "com.unity.toolchain.macos-arm64-linux-x86_64": { - "version": "2.0.0", + "version": "2.0.3", "depth": 0, "source": "registry", "dependencies": { - "com.unity.sysroot": "2.0.7", - "com.unity.sysroot.linux-x86_64": "2.0.6" + "com.unity.sysroot": "2.0.10", + "com.unity.sysroot.linux-x86_64": "2.0.9" }, "url": "https://packages.unity.com" }, @@ -248,16 +270,16 @@ } }, "com.unity.visualeffectgraph": { - "version": "16.0.4", + "version": "17.0.3", "depth": 0, "source": "builtin", "dependencies": { - "com.unity.shadergraph": "16.0.4", - "com.unity.render-pipelines.core": "16.0.4" + "com.unity.shadergraph": "17.0.3", + "com.unity.render-pipelines.core": "17.0.3" } }, "com.unity.visualscripting": { - "version": "1.8.0", + "version": "1.9.4", "depth": 0, "source": "registry", "dependencies": { diff --git a/src/LitMotion/ProjectSettings/ProjectVersion.txt b/src/LitMotion/ProjectSettings/ProjectVersion.txt index 50e27015..11b73a4b 100644 --- a/src/LitMotion/ProjectSettings/ProjectVersion.txt +++ b/src/LitMotion/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2023.2.3f1 -m_EditorVersionWithRevision: 2023.2.3f1 (21747dafc6ee) +m_EditorVersion: 6000.0.23f1 +m_EditorVersionWithRevision: 6000.0.23f1 (1c4764c07fb4) diff --git a/src/LitMotion/ProjectSettings/VFXManager.asset b/src/LitMotion/ProjectSettings/VFXManager.asset index 97ff3c21..386912e3 100644 --- a/src/LitMotion/ProjectSettings/VFXManager.asset +++ b/src/LitMotion/ProjectSettings/VFXManager.asset @@ -7,11 +7,13 @@ VFXManager: m_CopyBufferShader: {fileID: 7200000, guid: 23c51f21a3503f6428b527b01f8a2f4e, type: 3} m_SortShader: {fileID: 7200000, guid: ea257ca3cfb12a642a5025e612af6b2a, type: 3} m_StripUpdateShader: {fileID: 7200000, guid: 8fa6c4009fe2a4d4486c62736fc30ad8, type: 3} + m_EmptyShader: {fileID: 4800000, guid: 33a2079f6a2db4c4eb2e44b33f4ddf6b, type: 3} m_RenderPipeSettingsPath: m_FixedTimeStep: 0.016666668 m_MaxDeltaTime: 0.05 m_MaxScrubTime: 30 + m_MaxCapacity: 100000000 m_CompiledVersion: 7 - m_RuntimeVersion: 34 + m_RuntimeVersion: 36 m_RuntimeResources: {fileID: 11400000, guid: bc10b42afe3813544bffd38ae2cd893d, type: 2} m_BatchEmptyLifetime: 300