ArgumentException:程序集 Microsoft.Msagl 被 BayesServer.Layout 引用

ArgumentException: The Assembly Microsoft.Msagl is referenced by BayesServer.Layout

我需要有关在 Unity 中实现贝叶斯网络的帮助。我将 bayes server developer API from here 下载为 zip 并将其解压缩到我的 Unity 资产文件夹中。当我尝试构建游戏时,出现以下错误。你能帮我解决这个错误吗?

ArgumentException: The Assembly Microsoft.Msagl is referenced by BayesServer.Layout ('Assets/bayesserver-8.3/DotNet/Standard20/BayesServer.Layout.dll'). But the dll is not allowed to be included or could not be found. UnityEditor.AssemblyHelper.AddReferencedAssembliesRecurse (System.String assemblyPath, System.Collections.Generic.List1[T] alreadyFoundAssemblies, System.String[] allAssemblyPaths, System.String[] foldersToSearch, System.Collections.Generic.Dictionary2[TKey,TValue] cache, UnityEditor.BuildTarget target) (at C:/buildslave/unity/build/Editor/Mono/AssemblyHelper.cs:154) UnityEditor.AssemblyHelper.FindAssembliesReferencedBy (System.String[] paths, System.String[] foldersToSearch, UnityEditor.BuildTarget target) (at C:/buildslave/unity/build/Editor/Mono/AssemblyHelper.cs:194) UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

下面是我添加 bayesserver 库文件夹的地方。

删除下面屏幕截图中显示的两个 dll 文件解决了这个问题。