1.找到System.Data.dll文件,默认的地址是在C:\Program Files\Unity\Editor\Data\Mono\lib\mono\unity,这个根据你所安装的路径有关. 2.将该文件复制到你的工作空间下的Asset文件夹内 3.在你的编辑器中添加引用,我用的是VS 4.在命名空间内增加程序集 using System; using System.Data; using System.Data.SqlClient; 5.编写连接数据库代码 SqlConnection c