现在切换为clientServer模式后按f6编译就报错
Assets\Scripts\Model\Server\Module\DB\DBComponent.cs(1,15): error CS0234: The type or namespace name ‘Driver’ does not exist in the namespace ‘MongoDB’ (are you missing an assembly reference?)
Assets\Scripts\Model\Server\Module\DB\DBComponent.cs(13,16): error CS0246: The type or namespace name ‘MongoClient’ could not be found (are you missing a using directive or an assembly reference?)
Assets\Scripts\Model\Server\Module\DB\DBComponent.cs(14,16): error CS0246: The type or namespace name ‘IMongoDatabase’ could not be found (are you missing a using directive or an assembly reference?)
Failed to compile player scripts
UnityEditor.Build.Player.PlayerBuildInterface:CompilePlayerScripts (UnityEditor.Build.Player.ScriptCompilationSettings,string)
ET.AssemblyTool:CompileDlls () (at Assets/Scripts/Editor/Assembly/AssemblyTool.cs:146)
ET.AssemblyTool:DoCompile () (at Assets/Scripts/Editor/Assembly/AssemblyTool.cs:62)
ET.AssemblyTool:MenuItemOfCompile () (at Assets/Scripts/Editor/Assembly/AssemblyTool.cs:36)
UnityEditor.EditorApplication:Internal_CallGlobalEventHandler ()