From de74789cb5b3dae3e73c010e391068d42f824ca4 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Mon, 5 Jan 2026 10:55:01 +0100 Subject: [PATCH] Removed linearAlgebra submodule --- Assembly-CSharp-Editor.csproj | 7 ++----- Assembly-CSharp.csproj | 19 ++++++++++++------- Assets/NanoBrain/LinearAlgebra-csharp.meta | 8 -------- Packages/manifest.json | 4 +--- Packages/packages-lock.json | 17 ++++------------- 5 files changed, 19 insertions(+), 36 deletions(-) delete mode 100644 Assets/NanoBrain/LinearAlgebra-csharp.meta diff --git a/Assembly-CSharp-Editor.csproj b/Assembly-CSharp-Editor.csproj index 6886476..99bbb27 100644 --- a/Assembly-CSharp-Editor.csproj +++ b/Assembly-CSharp-Editor.csproj @@ -10,6 +10,7 @@ + false @@ -35,7 +36,7 @@ Package - 2.0.25 + 2.0.26 SDK Editor:5 StandaloneLinux64:24 @@ -1315,10 +1316,6 @@ Library/ScriptAssemblies/Unity.InputSystem.dll False - - Library/ScriptAssemblies/Unity.Rider.Editor.dll - False - Library/ScriptAssemblies/Unity.AI.Navigation.Editor.ConversionSystem.dll False diff --git a/Assembly-CSharp.csproj b/Assembly-CSharp.csproj index 4f41e1b..f174f82 100644 --- a/Assembly-CSharp.csproj +++ b/Assembly-CSharp.csproj @@ -10,6 +10,7 @@ + false @@ -35,7 +36,7 @@ Package - 2.0.25 + 2.0.26 SDK Game:1 StandaloneLinux64:24 @@ -51,23 +52,31 @@ - + + + + - + + + + + + @@ -1293,10 +1302,6 @@ Library/ScriptAssemblies/Unity.InputSystem.dll False - - Library/ScriptAssemblies/Unity.Rider.Editor.dll - False - Library/ScriptAssemblies/Unity.AI.Navigation.Editor.ConversionSystem.dll False diff --git a/Assets/NanoBrain/LinearAlgebra-csharp.meta b/Assets/NanoBrain/LinearAlgebra-csharp.meta deleted file mode 100644 index 38d4620..0000000 --- a/Assets/NanoBrain/LinearAlgebra-csharp.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: b011ef22eaa3add3591b513363fbbd0a -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Packages/manifest.json b/Packages/manifest.json index e74462a..7a7080d 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -2,12 +2,10 @@ "dependencies": { "com.unity.ai.navigation": "2.0.9", "com.unity.collab-proxy": "2.10.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.1", "com.unity.render-pipelines.universal": "17.3.0", - "com.unity.test-framework": "1.6.0", "com.unity.timeline": "1.8.9", "com.unity.ugui": "2.0.0", "com.unity.modules.accessibility": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 8bcb908..1b5c786 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -41,25 +41,16 @@ }, "com.unity.ext.nunit": { "version": "2.0.5", - "depth": 1, + "depth": 2, "source": "builtin", "dependencies": {} }, - "com.unity.ide.rider": { - "version": "3.0.38", - "depth": 0, - "source": "registry", - "dependencies": { - "com.unity.ext.nunit": "1.0.6" - }, - "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" }, @@ -144,7 +135,7 @@ }, "com.unity.test-framework": { "version": "1.6.0", - "depth": 0, + "depth": 1, "source": "builtin", "dependencies": { "com.unity.ext.nunit": "2.0.3",