I’ve connected Unity project to MySQL as shown in this tutorial: http://forum.unity3d.com/threads/63364-Unity-with-MySQL and it works fine.
But when I’m trying to do the same in another project I get strange error
Mono says everything is okey, but Unity console returns: BCE0005: Unknown identifier: ‘MySql’. It happens even if I just export - import asset package from the first project to the new one. References in Mono to MySql.Data and System.Data are ok.
Any ideas? Sorry for my English
PS. Using JS.
PSPS. If I just copy the project folder, it works)