简体   繁体   中英

Add a reference in Visual Studio 2017, no button for “Add references”

I am trying to add AForge.Math.dll to my C# project with Visual Studio 2017, but I am unable to do so. I've seen countless guides on how to do it, going from Solution view > References > Right click > Add reference, but I can't do that.

在此处输入图片说明

Is there something I'm missing?

右键单击项目名称,即相机模拟器,然后您将选择添加参考。

You should create Plugins folder inside Assets folder and put your dll into Plugins folder. Unity should add reference to your library automatically, if there are no problems with dll. After that you can use your library in your scripts.

您应该在 Unity Assets 中创建一个文件夹并将其命名为 Plugins 或任何名称,然后拖放 MySQL.data 文件以开始在 Visual Studio 中的脚本中正常工作,并将数据库连接到 unity

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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