We have spent more than a couple of days on this have gone though almost all available threads online but nothing has worked so far.
We are using Unity Version 2019.2.1 and Visual Studio 2019 Community Edition.
We have already tried the following:
We have tried using Entity Framework model using both
ObjectContextandDataContextand in both ways theapp.configfile and.edmxfile are lost when we reload the solutionWe have also tried using legacy
SqlConnectionusingSystem.DataandSystem.Data.SqlClientnamespaces by copying the dlls into thePluginsfolder
We have checked and double checked all SQL Server configurations, ports, authentication, etc. and use SQL Server on day-to-day basis for our other projects.
Can someone please point to any working sample / example / video / article on how to access data from Microsoft SQL Server in Unity3d?
Thanks in advance!
Regards, Swapneel Shah