Делаю приложение на Unity, в котором нужно использовать базу данных, которая хранится на хостинге. При попытке добавить библиотеку MySql.Data
в папку с проектом, чтобы использовать её в C#-скрипте, но после добавления .dll файла получаю ошибку:
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 '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.
При это, если я добавлю using MySql;
в любой C#-скрипт, то приложение просто не запускается.
Айфон мало держит заряд, разбираемся с проблемой вместе с AppLab
Какой запрос Mysql нужно написать чтобы извлечь данные по id которые выделены на скриншоте
Написал код, который должен заполнять стринговый массив с клавиатуры через поле ввода
В VK Api возвращается date в странном виде, в виде числа и непонятно как его расшифровывать
Подскажите, а является ли нормальной практикой плодить контексты using при работе с Enitity Framework или правильнее передавать объекты сущностей...