unity broken assembly dll
I exported a class in class library from my ASP.NET Core project to my game folder like that:> copy SharedLibrary.dll $(OutDir)C:\Main\Game\Assets\DLLs\SharedLibrary.dll Here is my class code:...
View Articledll is not allowed to be included or could not be found (Microsoft.CodeAnalysis)
I'm using Roslyn analyzers following below link: https://docs.unity3d.com/2020.3/Documentation/Manual/roslyn-analyzers.html Everything looks well until I try to build a .apk file. It keeps throwing...
View ArticleIL2CPP System.Text.Json no viable overloaded '=' ValueTask
in my project, I'm attempting to integrate YoutubeExplode https://github.com/Tyrrrz/YoutubeExplode --- when i install the package from NuGet, i then copy the .dll files out of...
View ArticleI add a reference to the dll file using the OnGeneratedCSProject in...
I add a reference to the dll file using the OnGeneratedCSProject in Assembly-CSharp.csproj, but unity writes about error CS0246: The type or namespace name 'NAME' could not be found (are you missing a...
View ArticleCreating .dll files from Unity C# classes
Hi, I have a base project I created with Unity, which has some code that I want to be able to reuse later. The problem is I don't want to give this code open source, so I want to distribute it as .dll...
View ArticleENet-CSharp DLL not found
I installed the ENet-CSharp package using the NuggetForUnity package: https://github.com/GlitchEnzo/NuGetForUnity It created a folder in my assets folder named packages, and inside I can find the enet...
View Article