I can't get an external dll to work when building for webGL
I have developed a game that calls functions from an external dll developed in c#, which also depends on two more dlls. It works fine when built for windows but when I build and test the software in...
View ArticleI can't get an external dll to work when building for webGL
I have developed a game that calls functions from an external dll developed in c#, which also depends on two more dlls. It works fine when built for windows but when I build and test the software in...
View ArticleUnity "Type or namespace could not be found" with external NuGet package, no...
I installed a NuGet package through Visual Studio into my project. In Visual studio I can reference the namespace that was part of the package, use it, intellicode works fine, no errors. But in the...
View ArticleUnity Error "Missing assembly reference" no error in Visual Studio
I installed a NuGet package through Visual Studio into my project.Visual studio shows no issues, I can reference the namespace that was part of the package, use it, intellicode works fine, no errors,...
View ArticleGradle failed to fetch dependencies for Firebase and Google Play Service
I got an error something like this, tried several methods still it couldn't resolve. LOG Gradle failed to fetch dependencies. Failed to run 'C:\Unity Games\DownHill...
View ArticleAssembly 'Assets/Plugins/dllName.dll' will not be loaded due to errors:
Our project was running on Unity 2019.4.37f1. I'm trying to use an external DLL(.Net Standart 2.0) which has a reference to EntityFramework Core(3.1.25 version) with Unity and I get the following error...
View Article