【参考原文】Unity3D 学习笔记(四) Unity连接MySQL数据库
问题:在unity连接MySql数据库时遇到错误:error CS0012: The type ‘System.Data.Common.DbConnection’ is defined in an assembly that is not referenced. Consider adding a reference to assembly `System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089’
解决:打开Unity的安装目录,\%安装根目录%\Editor\Data\Mono\lib\mono\2.0\中,将System.Data.dll拷贝到Unity工程目录下Assets文件中。