Hello, I can’t solve the error with MySql.Data.dll, after adding to the project in the console error:
Assembly 'Assets/Libraries/MySql.Data.dll' will not be loaded due to errors:
Unable to resolve reference 'Google.Protobuf'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
Unable to resolve reference 'BouncyCastle.Crypto'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
I tried to change apiCompatibilityLevel, disabled the link check in the plugin inspector, but nothing helped.
Even VS paint when adding
using MySql.Data;
using MySql.Data.MySqlClient;