Chain of dependency dll's not loading correctly.
Hey, I have 3 dlls A,B and C which I am trying to use from Unity but I am having an issue. DLL A depends on B and B depends on C. The linking is run-time so A uses LoadLibrary for B and B does the same...
View ArticleWebGL javascript functions
I've added an [WebGL plugin](http://docs.unity3d.com/Manual/webgl-interactingwithbrowserscripting.html) "*.jslib" to my project to get access to some javascript methods. one of thoose methods:...
View ArticleConnecting to s7-plcsim
Hi, im trying to follow this tutorial but instead of using windows forms in visual studio i want to use unity (with visual studio) and get values from the plcsim....
View ArticleWhy fileID of a class is changed when it is renamed in an external library?
Hi, I need this field to be stable an predictable. I need to set it manually. How can I do this? There is a topic here in the beta group...
View ArticleThe requested feature is not implemented
I am working on a simulation in unity.....the application have to take data from matlab. To do this I have create a dll in matlab with the deploytool command and I have create a .NET Assembly dll. When...
View ArticleConnect matlab and unity
I have create a matlab function and I need call this in a Unity Project....how i can do this??? I am using c# script for my unity project.
View ArticleHow do I include a framework in an OS X native bundle?
I am trying to create a wrapper (bundle) for an OS X framework. In Unity, I'm getting the following error: Couldn't open Assets/Affdex/Plugins/affdex-native.bundle/Contents/MacOS/affdex-native, error:...
View ArticleLinux stand alone build Multi-touch using libframe.so crash on unity3d 5+
Hi, I'm working in a library in C that allow multi-touch in ubuntu 14.04 x64, she uses libframe.so. Builds made in unity3d 4+ working perfectly with my library but builds made with unity3d 5+ does not...
View ArticleDrag and Drop file in runtime
hey guys. im using this code to register my window for drag and drop event but unity just crashes. if I use null for the second Parameter of RegisterDragAndDrop function it doesn't crash. I added all...
View Articleis there a DllImport Internal equivalent for unityscript?
I'm trying to translate the jslib webgl example from c# to unityscript: [http://docs.unity3d.com/Manual/webgl-interactingwithbrowserscripting.html][1] Can this be translated to unityscript?...
View ArticleWhy do DLLs have to comply with .NET 2?
I just wanted to ask what the difference for DLLs in comparison to Unity native compiled code is? I just starting creating a DLL with one extension method in it and Unity did not like it, saying...
View ArticleEntryPointNotFoundException --import c++ plugins on ARMv7 VFPv3 NEON android...
my c++ code not reference 3rd lib,import succeed on most of android device but cpu of ARMV7 VFPV3 NEON,it throwEntryPointNotFoundException, my application.mk is: APP_OPTIM := release APP_ABI :=...
View ArticleaddReference to custom .DLL (VisualStudio)
Hi there!, I have an Engine that i use in diferent games, a .dll. The idea is to use it as a reference in every project, but not put it in the asset folder of every game. can not find the way to do...
View Articlenonstatic extern functions from DLL plugin import
Hi I'm working on an acoustic room simulation with the processing being performed in a dll. It seems as though calling the function via dllimport requires the function to be static, limiting me to one...
View ArticleDLL working only on Unity Editor
I've built a DLL in Visual Studio, C++ language, that works as an interface between Unity and another DLL that I need to get data from (from a 3D eletromagnetic tracking system). In Unity Editor, I'm...
View ArticleAbout generated dlls and Unity
I had generated dlls before but i never went to deep on them. Ive created a dll for my unity editor scripts and another dll for the normal scripts and here is my question: When i compile the dlls in...
View ArticleDLL Import Errors
Hello, I'm really new to Unity and I try to load a c++ .dll into my unity script. Heres my Problem. The C++ Projekt have one Method in the .cpp: bool Connect(string c_szAddr) { return true; } And thats...
View ArticleUnity 5 (C#) live HTML MJPG-streamer viewer?
Hello community, I have a webpage which shows MJPG-streamer images from a [Raspberry Pi webcam][1] which I want to display inside Unity using a texture. Here's the "/stream" page html code: I can't use...
View ArticleLibraries with Unity ?
Good evening, First of all, I'm sorry of my bad level in English, i hope you understand my question. I know that this questions was always many times ask but i don't find a clear answer yet... I would...
View ArticleHow do I cast an IntPtr to another class?
I'm currently trying to edit an extern method to just call another static method directly. (this is Mono.Sqlite.Data's UnsafeNativeMethods class). I'm assuming there has to be some kind of cast or...
View Article