简体   繁体   English

我想将 SQL Server 2019 连接到 Unity? 如何摆脱这些错误? 统一2019.2.11f1

[英]I want to connect SQL Server 2019 to Unity ? How to get rid off from these errors ? unity 2019.2.11f1

I have downloaded .dll files too and added them to assets folder in unity2019.2.11f1 but that didn't work.我也下载.dll文件并将它们添加到unity2019.2.11f1的资产文件夹中,但这不起作用。

在此处输入图像描述

You need to move the.dll files to a "Plugins" folder.您需要将 .dll 文件移动到“插件”文件夹。

https://docs.unity3d.com/Manual/SpecialFolders.html https://docs.unity3d.com/Manual/SpecialFolders.html

Alternatively, you could just set your project's Scripting Runtime Version to ".NET 4.X Equivalent" and all references should be added automatically after Unity restarts.或者,您可以将项目的脚本运行时版本设置为“.NET 4.X 等效”,并且应在 Unity 重新启动后自动添加所有引用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM