Hello I'm new with Unity and MySQL connector.
I installed MySQL .Net & Mono in my Unity project to do a MySQL connection and it's working fine.
But I need to change the scripting back end from Mono to IL2CPP, so the connector doesn't work with IL2CPP and throw some exceptions. Where can I found the correct connector and how can I add it in my Unity project ?
I installed MySQL .Net & Mono in my Unity project to do a MySQL connection and it's working fine.
But I need to change the scripting back end from Mono to IL2CPP, so the connector doesn't work with IL2CPP and throw some exceptions. Where can I found the correct connector and how can I add it in my Unity project ?