From 3f8e3c6a79c91f7ab932f0ba99dfce2d68c608bf Mon Sep 17 00:00:00 2001 From: NTG Date: Thu, 24 Aug 2023 15:57:02 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?=ED=9B=84=20=EC=9E=90=EB=8F=99=20=EC=85=8B=ED=8C=85=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Scripts/Components/RayfireRecorder.cs | 2 +- BlueWater/Packages/packages-lock.json | 58 +++++++++---------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/BlueWater/Assets/RayFire/Scripts/Components/RayfireRecorder.cs b/BlueWater/Assets/RayFire/Scripts/Components/RayfireRecorder.cs index 6a7aec8ae..e0a2e4cd0 100644 --- a/BlueWater/Assets/RayFire/Scripts/Components/RayfireRecorder.cs +++ b/BlueWater/Assets/RayFire/Scripts/Components/RayfireRecorder.cs @@ -203,7 +203,7 @@ namespace RayFire // Create animator if (animator == null) animator = gameObject.AddComponent(); - animator.updateMode = AnimatorUpdateMode.AnimatePhysics; + animator.updateMode = AnimatorUpdateMode.Fixed; // Set defined controller animator.runtimeAnimatorController = controller; diff --git a/BlueWater/Packages/packages-lock.json b/BlueWater/Packages/packages-lock.json index d6fdfa923..27f5d02f8 100644 --- a/BlueWater/Packages/packages-lock.json +++ b/BlueWater/Packages/packages-lock.json @@ -1,20 +1,20 @@ { "dependencies": { "com.autodesk.fbx": { - "version": "4.2.1", + "version": "5.0.0", "depth": 2, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.2d.animation": { - "version": "9.0.3", + "version": "10.0.2", "depth": 1, "source": "registry", "dependencies": { - "com.unity.2d.common": "8.0.1", + "com.unity.2d.common": "9.0.1", "com.unity.2d.sprite": "1.0.0", - "com.unity.collections": "1.1.0", + "com.unity.collections": "1.2.4", "com.unity.modules.animation": "1.0.0", "com.unity.modules.uielements": "1.0.0" }, @@ -33,7 +33,7 @@ "url": "https://packages.unity.com" }, "com.unity.2d.common": { - "version": "8.0.1", + "version": "9.0.1", "depth": 2, "source": "registry", "dependencies": { @@ -41,7 +41,7 @@ "com.unity.mathematics": "1.1.0", "com.unity.modules.uielements": "1.0.0", "com.unity.modules.animation": "1.0.0", - "com.unity.burst": "1.7.3" + "com.unity.burst": "1.8.3" }, "url": "https://packages.unity.com" }, @@ -53,12 +53,11 @@ "url": "https://packages.unity.com" }, "com.unity.2d.psdimporter": { - "version": "8.0.2", + "version": "9.0.0", "depth": 1, "source": "registry", "dependencies": { - "com.unity.2d.animation": "9.0.1", - "com.unity.2d.common": "8.0.1", + "com.unity.2d.common": "9.0.0", "com.unity.2d.sprite": "1.0.0" }, "url": "https://packages.unity.com" @@ -70,12 +69,12 @@ "dependencies": {} }, "com.unity.2d.spriteshape": { - "version": "9.0.2", + "version": "10.0.1", "depth": 1, "source": "registry", "dependencies": { "com.unity.mathematics": "1.1.0", - "com.unity.2d.common": "8.0.1", + "com.unity.2d.common": "9.0.1", "com.unity.modules.physics2d": "1.0.0" }, "url": "https://packages.unity.com" @@ -90,7 +89,7 @@ } }, "com.unity.2d.tilemap.extras": { - "version": "3.1.1", + "version": "4.0.1", "depth": 1, "source": "registry", "dependencies": { @@ -160,7 +159,7 @@ "url": "https://packages.unity.com" }, "com.unity.ext.nunit": { - "version": "1.0.6", + "version": "2.0.3", "depth": 1, "source": "registry", "dependencies": {}, @@ -171,13 +170,13 @@ "depth": 0, "source": "builtin", "dependencies": { - "com.unity.2d.animation": "9.0.3", + "com.unity.2d.animation": "10.0.2", "com.unity.2d.pixel-perfect": "5.0.3", - "com.unity.2d.psdimporter": "8.0.2", + "com.unity.2d.psdimporter": "9.0.0", "com.unity.2d.sprite": "1.0.0", - "com.unity.2d.spriteshape": "9.0.2", + "com.unity.2d.spriteshape": "10.0.1", "com.unity.2d.tilemap": "1.0.0", - "com.unity.2d.tilemap.extras": "3.1.1", + "com.unity.2d.tilemap.extras": "4.0.1", "com.unity.2d.aseprite": "1.0.0" } }, @@ -186,19 +185,19 @@ "depth": 0, "source": "builtin", "dependencies": { - "com.unity.probuilder": "5.1.0", + "com.unity.probuilder": "5.0.7", "com.unity.polybrush": "1.1.4", - "com.unity.formats.fbx": "4.2.1", - "com.unity.terrain-tools": "5.0.1" + "com.unity.formats.fbx": "5.0.0", + "com.unity.terrain-tools": "5.1.0" } }, "com.unity.formats.fbx": { - "version": "4.2.1", + "version": "5.0.0", "depth": 1, "source": "registry", "dependencies": { "com.unity.timeline": "1.7.1", - "com.autodesk.fbx": "4.2.1" + "com.autodesk.fbx": "5.0.0" }, "url": "https://packages.unity.com" }, @@ -262,7 +261,7 @@ "url": "https://packages.unity.com" }, "com.unity.probuilder": { - "version": "5.1.0", + "version": "5.0.7", "depth": 1, "source": "registry", "dependencies": { @@ -273,10 +272,11 @@ "url": "https://packages.unity.com" }, "com.unity.render-pipelines.core": { - "version": "14.0.8", + "version": "15.0.6", "depth": 1, "source": "builtin", "dependencies": { + "com.unity.mathematics": "1.2.4", "com.unity.ugui": "1.0.0", "com.unity.modules.physics": "1.0.0", "com.unity.modules.terrain": "1.0.0", @@ -290,8 +290,8 @@ "dependencies": { "com.unity.mathematics": "1.2.1", "com.unity.burst": "1.8.4", - "com.unity.render-pipelines.core": "14.0.8", - "com.unity.shadergraph": "14.0.8" + "com.unity.render-pipelines.core": "15.0.6", + "com.unity.shadergraph": "15.0.6" } }, "com.unity.scriptablebuildpipeline": { @@ -316,16 +316,16 @@ "url": "https://packages.unity.com" }, "com.unity.shadergraph": { - "version": "14.0.8", + "version": "15.0.6", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.render-pipelines.core": "14.0.8", + "com.unity.render-pipelines.core": "15.0.6", "com.unity.searcher": "4.9.2" } }, "com.unity.terrain-tools": { - "version": "5.0.1", + "version": "5.1.0", "depth": 1, "source": "registry", "dependencies": {