MySql.Data.dll в Unity [РЕШЕНО]

Всем привет!

Я хочу подключить MySql.Data.dll для соеденения моей игры с MySql.

Я создаю папку Plugins и закидываю туда MySql.Data.dll, и мне выдаёт такую ошибку:

Assembly 'Assets/Plugins/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 'Zstandard.Net'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
Unable to resolve reference 'K4os.Compression.LZ4.Streams'. 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.
Unable to resolve reference 'Ubiety.Dns.Core'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
Unable to resolve reference 'Renci.SshNet'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.

Я пробовал импортировать другие dll и они прекрасно работают!


Ответы (1 шт):

Автор решения: Mr.AntonDer

Проблема решена!

Огромное спасибо @Bulson . Этот человек посоветовал плагин для Unity под названием NuGetForUnity, импортировав через него него пакет MySql.Data мне наконец то удалось добиться соединение MySql базы с игрой

→ Ссылка