DllNotFoundException when upgrading from Unity 2019.1
Hello! ---------- I'm working on a project reliant on ImageMagick.Net. The stable build works in Unity 2019.1.10, under the .Net 4.x runtime environment and api compatability level, using Mono...
View ArticleHow to resolve "Multiple Precompiled Assemblies" error
Our project is currently attempting to use DOTS and Grpc, but we are running into some conflicts with the dlls. It appears that the `com.unity.collections@0.5.1-preview.11` package includes...
View ArticleHow to implement Emscripten linking support for WebGl build?
In my web app I have upload and download methods that pull from an MS Azure server storage blob. Downloading information works fine since I'm just using UnityWebRequests. Unfortunately, to upload to...
View ArticleNewtonsoft.Json.dll error when I try to build.
Hello, when I tried to build the game on Universal Windows Platform (I am trying to make a build for xbox) I receive this error: **Plugin 'Newtonsoft.Json.dll' is used from several locations:...
View ArticleData transfer between another application and Unity
Hello everyone, I created a flight simulator with Unity. The simulator that I created, gets GPS data from FlightGear flight simulator at run-time. In this way, I can simulate the movements of the...
View ArticleKeep assemblies in separated dll instead of GameAssembly.dll
Hello team ! I'de like to use the assemblies not only to reduce the compile time of the script during development but also to reduce the initial load time of the application on console when the project...
View ArticleWhere are my project's dlls saved?
I'm looking for the dlls generated by Unity for my code so I can point my editor at them for autocompletion. I use vim and a linting plugin for it called ale. It instructs you to [set a variable to...
View Articlecreate .dll file by c# scripting and read/write data in created file through...
Hi guys, I want to ask, if its possible to create DLL file from .cs file, which can be read/write from c# script.
View ArticleCan not implicitly convert a unityEngine.GameObject from...
hi, i am trying to make a .dll library in visual studio which i will later use in unity, i am making the library project as i will need to upload it as AssetBundle, Now: currentWorkingBlock =...
View Articleeditor target cast fail on DLL
Editor.target cast works fine on the unity project, but on my external library dont. Am I missing some assembly reference? using UnityEngine; using UnityEngine.UI; using UnityEditor; using...
View ArticleHow do I integrate our GUI project in Unity with our existing C++ project?...
I'll attempt to be as brief as possible. I have tried many documented solutions with no luck. I am working with a team of students on a senior project. We have created a discrete event simulation...
View ArticleIs Unity not compatible with this library?
I am trying to import a DLL from a VS project and I'm "using System.Text.Json." When i drop the build dll in my Assets folder i get the following error. Is Unity not compatible with this lib? Unable to...
View ArticleHow do Managed Plug-Ins (DLL) work with different versions?
Suppose I followed the instructions on [this page][1] in the Unity manual to create a DLL. In the project, I would reference UnityEngine.dll to use the UnityEngine classes and functions. Would...
View ArticleAmazon MWS
Does anyone have or know of any DLLs setup already to access Amazon Marketplace Web Services in Unity?
View ArticleAuthorization using OIDC codeflow help
Hi, I am trying to work through how to properly get an authorization method setup and running in Unity utilizing the OIDC codeflow and have run into numerous roadblocks. I have found some other methods...
View ArticleI upgraded to Unity 2019.3.7 from 2018.4.0. Firebase cannot found dll. Below...
DllNotFoundException: FirebaseCppApp-6.0.0 Firebase.AppUtilPINVOKE+SWIGExceptionHelper..cctor () (at Z:/tmp/tmp.IBVQRwCCZa/firebase/app/client/unity/proxy/AppUtilPINVOKE.cs:118) Rethrow as...
View ArticleHow to hide the game's taskbar icon
I want to hide/remove the game's taskbar icon without hiding the game window itself. Since Unity is not capable of this I have tried hiding the icon using WS_EX_TOOLWINDOW: [C# Hiding an application...
View ArticleOIDC Authentication DLL compatability and web browser help
Hi, Got a doozy of one here. I did ask before on a related topic but we have evolved past that one a bit it does seem (original question here:...
View ArticleWhich .DLL file is associated with .SHADER files?
After accidentally changing the default program Windows associates with .shader files, I have managed to restore the association settings to the point where Windows simply doesn't know which program to...
View ArticleClasses that inherit UIBehaviour in a DLL no longer visible in Unity editor.
I recently upgraded to Unity 2019.2 from the last version of Unity 2018, and see that any of our classes that inherit from a UIBehaviour are no longer visible as a component to add, and that all...
View Article