I have a Unity game that I was working on Windows and it was working fine. Now, I wanted to import it on the Mac to use with Unity for iPhone (version 3.5of5) and Unity 2.8.2. I may mention that I am new to using Unity on Mac. I am using a MySql connection for my project and have references to System.Data in my plugin folder.
However, the issue I am facing is about 64 errors all pointing to not being able to load System.Data.Common.DataAdapter, System.Data.Blah.Blah etc. from ‘System.Data, Version 2.0.5.0. Culture=neutral, Public KeyToken=something’. Other errors simply say ‘System.Data, Version 2.0.5.0. Culture=neutral, Public KeyToken=something’.
Is it because it wants an updated version of System.Data version 2.0.5.0 while all I have are versions 2.0.0.0? I scanned all directories in Mac that I could find to find System.Data of higher version but the error persists. Please help.