Intel RealSense Issue CreateColorImageMappedToDepth Method
Hello, I'm working on an Unity Tool including Intel SR300 Support. The problem is that I cannot use the following method: *CreateColorImageMappedToDepth* to map the depth image to the color image. I...
View ArticleUsing part of script in unity default scripts
I'm trying to make an independence that would let me affect with other game object (and whatever component in that) As i know the UI component Button have a very neat Onclick that let you affect with...
View ArticleOSX - using System.Drawing
I'm using Unity on OSX and a library requires the use of System.Drawing for some of it's functions as it uses GDI+ graphics. I've seen people have mentioned that there is a System.Drawing.dll in the...
View ArticleCan Unity track the changes I made to my DLL?
So I made a class library, compiled it, added it to a bin folder in the assets folder, converted my .pdb to .mdb. That all works dandy! I can reference my DLL and step through it if I need to debug....
View ArticleBuild error for android Gear Vr Assembly-CSharp.dll could not be found on OSX
I am new to unity and c# so I have limited experience in dealing with issues like these. I had a working project until I followed this tutorial to add a teleportation system for my gear vr app...
View ArticleEntryPointNotFoundException - .so plugin (Linux)
I'm trying to use a .so plugin which I compiled using Linux but i keep getting EntryPointNotFoundException Here's a sample of the c++ code. cpp: #include #include #include #include "ros_interface.hpp"...
View ArticleUnityEditor assembly referenced by third party DLL
We received a DLL from a client which is required for using their API. The problem is, the DLL produces the following error when building the project: ArgumentException: The Assembly...
View ArticleCan't Open Unity NetworkManger and NetworkManagerHUD Scripts?
I'm trying to look at the scripts for Unity's NetworkManager and NetworkManagerHUD assets, but whenever I hit edit script, I get an error saying that it was unable to open */location/NetworkManager.dll...
View ArticleConverting a DLL into Mac OS X's dylib or any other Windows DLL equivalent...
I have an .dll build of a C# project which basically is a Unity project but uses .NET 4.0. I'm adding this DLL to my unity project and it works fine on Windows and mac both. But, every time I have to...
View ArticleUnity and C++ MFC application
Is this possible to use Unity in C++ MFC application? I tried to add UnityWebPlayer ActiveX to MFC form...
View ArticleWhen creating unity playmode tests in a dll they dont't show up in the test...
I included a reference to the unityengine.testrunner and the nunit framework in my dll and tried to create unity tests in there. We have so much code that we usually work in dlls and it would be great...
View ArticleDoesn anyone know how to integrate card.io Android in Unity?
I am not exactly sure how to create a Plugin for card.io in order to integrate it within Unity. Every hint would be very much appreciated!
View ArticleDebug session of managed DLL in VisualStudio?
Hi I am currently developing a managed plugin. I grow weary of outputting to information the console for debugging purposes. As my college professor once stated, "The only time to write out debug info...
View ArticleIssue subscribing to event in managed DLL
Trying to subscribe to an event in a managed DLL digitalSigs.Change += handle_Change; Receive following error, and I don't understand what is meant by "non imported interfaces": NotSupportedException:...
View ArticleHow to use Google Apps Script with Unity and create a simple application that...
I followed the steps **[here](https://developers.google.com/apps-script/guides/rest/quickstart/dotnet)** and created a simple .NET console application that makes requests to the Google Apps Script...
View ArticleC# .DLL not recognized on only one unity installation
Hi Guys. This is a real headscratcher to me. I have a dll file in Unity (of the YamlDotNet library). It works fine on about 7 different machines, all running Unity 2017.1.0f3 or the previous version...
View ArticleUsing Azure Application Insights with Unity
Unity 2017.1.0f3 Visual Studio 2015 Using .Net 4.6 experimental scripting for Unity We're trying to do some advanced analytics for an academic research project which requires a higher level of detail...
View ArticleHow do you use a class from a .dll file?
I'm trying to use a class, "DevIO", from a Microchip library, "MCP2210-M-dotNet2.dll". When I downloaded the library, it had a managed and unmanaged folder, but Unity is reading both of them as native...
View ArticleFallback handler could not load library...
I'm experiencing the following error when I try to run the standalone Mac build of my game: Fallback handler could not load library /Users/.../Library/Application Support/Steam/steamapps/common/Legion...
View ArticleHave Managed Plugin/DLL Reference Source Code
The studio I'm working with are converting their code to DLL's but I've just added FMOD to the project. The code in the DLL's can't access FMOD so we've tried adding the FMOD code to the VS solution....
View Article