From 816e77caf6431e69f22fccbad7935fe63aaf260a Mon Sep 17 00:00:00 2001 From: Jucan Andrei Daniel Date: Fri, 12 Jun 2026 23:25:27 +0300 Subject: [PATCH] chore: add Unity.Jobs and Unity.Collections assembly references to Gothic.Core --- Assets/Gothic-Core/Scripts/Gothic.Core.asmdef | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Assets/Gothic-Core/Scripts/Gothic.Core.asmdef b/Assets/Gothic-Core/Scripts/Gothic.Core.asmdef index 8e24bdad3..d3cd04f17 100644 --- a/Assets/Gothic-Core/Scripts/Gothic.Core.asmdef +++ b/Assets/Gothic-Core/Scripts/Gothic.Core.asmdef @@ -10,7 +10,9 @@ "GUID:5a20be0fd8f247ccb50f69086136ea87", "GUID:eec0964c48f6f4e40bc3ec2257ccf8c5", "GUID:63a57c8b658089e49a173b0f0c4870a7", - "GUID:1530a967b84cfb44dbdd5e8a1989764f" + "GUID:1530a967b84cfb44dbdd5e8a1989764f", + "GUID:d8b63aba1907145bea998dd612889d6b", + "GUID:2665a8d13d1b3f18800f46e256720795" ], "includePlatforms": [], "excludePlatforms": [], @@ -21,4 +23,4 @@ "defineConstraints": [], "versionDefines": [], "noEngineReferences": false -} \ No newline at end of file +}