Quantcast
Channel: Questions in topic: "il2cpp"
Viewing all articles
Browse latest Browse all 598

How to ad mysql.data.dll to Android and iOS build?,How to add mysql.data.dll to Android and iOS build?

$
0
0
My code work correctly in Editor mode. But when I made an Android build then mySQL connection fail. I think mySQL.Data.dll isn't attached. I checked different dll's from mysql connector (.NET 2.0, 4.0, 4.5.2). Only build which worked on Android is that one made by MONO Scripting Backend. All il2cpp builds fail. I think it is because il2cpp strip remove mysql.Data.dll. Unfortunately Mono build only 32bit code, I need to support 64bit code too. I add mySql.Data.dll into my Project Assets\Plugins directory via ImportAssets. Any idea how to make correct build with il2cpp?

Viewing all articles
Browse latest Browse all 598

Trending Articles