From 1cdd39553550d7454b9997460fca8b4c1c687c37 Mon Sep 17 00:00:00 2001 From: Miguel Lopez Date: Sun, 16 Aug 2026 18:15:38 -0400 Subject: [PATCH] Update Unity package lock metadata - Remove obsolete package metadata files - Update Newtonsoft JSON to 3.2.2 --- .../bunfig.toml.meta | 7 ------- .../pnpm-workspace.yaml.meta | 7 ------- CursorUnityTool/Packages/packages-lock.json | 14 +++++++------- 3 files changed, 7 insertions(+), 21 deletions(-) delete mode 100644 CursorUnityTool/Packages/com.rankupgames.unity-cursor-toolkit/bunfig.toml.meta delete mode 100644 CursorUnityTool/Packages/com.rankupgames.unity-cursor-toolkit/pnpm-workspace.yaml.meta diff --git a/CursorUnityTool/Packages/com.rankupgames.unity-cursor-toolkit/bunfig.toml.meta b/CursorUnityTool/Packages/com.rankupgames.unity-cursor-toolkit/bunfig.toml.meta deleted file mode 100644 index d4f53dc..0000000 --- a/CursorUnityTool/Packages/com.rankupgames.unity-cursor-toolkit/bunfig.toml.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 960389d36fcc34a4c82e9245431ad649 -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/CursorUnityTool/Packages/com.rankupgames.unity-cursor-toolkit/pnpm-workspace.yaml.meta b/CursorUnityTool/Packages/com.rankupgames.unity-cursor-toolkit/pnpm-workspace.yaml.meta deleted file mode 100644 index 53f9f4c..0000000 --- a/CursorUnityTool/Packages/com.rankupgames.unity-cursor-toolkit/pnpm-workspace.yaml.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: db7a1b978e7db49dab5ca23bf5f0d794 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/CursorUnityTool/Packages/packages-lock.json b/CursorUnityTool/Packages/packages-lock.json index cc46a65..529d0f3 100644 --- a/CursorUnityTool/Packages/packages-lock.json +++ b/CursorUnityTool/Packages/packages-lock.json @@ -8,13 +8,6 @@ "com.unity.nuget.newtonsoft-json": "3.2.1" } }, - "com.unity.nuget.newtonsoft-json": { - "version": "3.2.1", - "depth": 1, - "source": "registry", - "dependencies": {}, - "url": "https://packages.unity.com" - }, "com.unity.ai.navigation": { "version": "2.0.12", "depth": 0, @@ -109,6 +102,13 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.nuget.newtonsoft-json": { + "version": "3.2.2", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, "com.unity.render-pipelines.core": { "version": "17.3.0", "depth": 1,