Unity使用MySQL

效果:
Unity使用MySQL_第1张图片
Unity使用MySQL_第2张图片

问题记录:

unity mysql “The given key ‘utf8mb4‘ was not present in the dictionary”

我这里数据库字符集没有utf8,改选utf8mb4
Unity使用MySQL_第3张图片

这个改了,那么MySQL配置文件也得改了。如下:

Unity使用MySQL_第4张图片

然后还报错,就重新下了个MySql.Data.dll


工程链接:
https://gitee.com/madaqian/unity_-my-sql.git

参考博文:

Unity使用Mysql(添/删/改/查)(保姆级)
unity mysql “The given key ‘utf8mb4‘ was not present in the dictionary”

你可能感兴趣的:(数据库,mysql,数据库,unity)