Hi everyone,
As part of a project, I try to exchange data with a database. I followed a few tutorials / posts on the internet. Unfortunately for a few hours, I am stuck and don’t really understand the dysfunction. I explain to you :
-This is the error displayed in the unity editor :
-Here are the lines in my scripts :
using MySql.Data;
using MySql.Data.MySqlClient;
I don’t really understand why this doesn’t work, I added the MySql.Data reference to the project! But despite this, Unity always tells me that the reference is missing. Worse still, I launched my project this morning, the reference has completely disappeared … After the search, I saw that I added MySql.Data.dll to the Assets/ Plugins folder on Unity. So I did, and I added the reference by specifying the path of the .dll file to the Plugins folder. However, nothing changes, I always have the same problem and that is why I come to ask for your help.
Thx, I await your answers