From 031aaad93cb1f0309836b2324214dd8523e7d094 Mon Sep 17 00:00:00 2001 From: Antonis Makropoulos Date: Wed, 28 Jan 2026 15:10:03 +0200 Subject: [PATCH] add Unity.Nuget.Newtonsoft-Json in the assembly definition --- Editor/undream.llmunity.Editor.asmdef | 5 +++-- Runtime/undream.llmunity.Runtime.asmdef | 5 +++-- Tests/Editor/undream.llmunity.Editor.Tests.asmdef | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Editor/undream.llmunity.Editor.asmdef b/Editor/undream.llmunity.Editor.asmdef index 34c98f0aa..1e64643ef 100644 --- a/Editor/undream.llmunity.Editor.asmdef +++ b/Editor/undream.llmunity.Editor.asmdef @@ -4,6 +4,7 @@ "Editor" ], "references": [ - "undream.llmunity.Runtime" + "undream.llmunity.Runtime", + "Unity.Nuget.Newtonsoft-Json" ] -} \ No newline at end of file +} diff --git a/Runtime/undream.llmunity.Runtime.asmdef b/Runtime/undream.llmunity.Runtime.asmdef index 800db04c1..d6bef1598 100644 --- a/Runtime/undream.llmunity.Runtime.asmdef +++ b/Runtime/undream.llmunity.Runtime.asmdef @@ -1,6 +1,7 @@ { "name": "undream.llmunity.Runtime", "references": [ - "Cloud.Unum.USearch" + "Cloud.Unum.USearch", + "Unity.Nuget.Newtonsoft-Json" ] -} \ No newline at end of file +} diff --git a/Tests/Editor/undream.llmunity.Editor.Tests.asmdef b/Tests/Editor/undream.llmunity.Editor.Tests.asmdef index d90631b6b..17e26c898 100644 --- a/Tests/Editor/undream.llmunity.Editor.Tests.asmdef +++ b/Tests/Editor/undream.llmunity.Editor.Tests.asmdef @@ -1,7 +1,8 @@ { "name": "undream.llmunity.Editor.Tests", "references": [ - "undream.llmunity.Runtime" + "undream.llmunity.Runtime", + "Unity.Nuget.Newtonsoft-Json" ], "optionalUnityReferences": [ "TestAssemblies"