Hey so i started to develop a game that makes use of a login screen.
i used the MySql.Data.DLL and it works in unity. i can connect to the database, check if i have an account and log in.
But when i build a version of the game it does not work. this is the error in the output_log :
NotSupportedException: CodePage 1252 not supported
at System.Text.Encoding.GetEncoding (Int32 codepage) [0x00000] in :0
at MySql.Data.MySqlClient.Driver…ctor (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x00000] in :0
at MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x00000] in :0
at MySql.Data.MySqlClient.MySqlConnection.Open () [0x00000] in :0
can anyone help?