Importing multiple functions in an Android plugin.
Hi all, I am crashing on Android when trying to import two functions from a single Shared Object library that I made (there is no Java code, just C++). Like so: [DllImport("loremipsum")] private static...
View ArticleCatching DLLImport errors
Hello, I have a Android and a IOS C# wrapper I use to import my native libraries. I have set them up according to the plugin guides and it works fine. However, due to the nature of unity I have to...
View ArticleDLLImort using JS
Hey guys, So after a lomng while I've finally managed to include a CPP file in my Unity3D project. But as it seems, my boss wants a JS solution instead of a C# one. Could anoyone please help me...
View ArticleIssue with using external DLL build against .NET 4.0
Hello, So I'm having trouble with importing a dll build against .NEt 4.0. I'm wondering is it even possible to use something like that in unity? I'm trying to use this ->...
View ArticleUsing DllImport of different platforms
Hi, I'd like to achieve high-precision timing in Unity and thus I've used high-resolution timers such as: #if UNITY_IPHONE || UNITY_XBOX360 [DllImport ("__Internal")] #else [DllImport("Kernel32.dll")]...
View Articleionic.zip.dll does not work in build
hi guys, i use ionic.zip.dll in my project,i drop this file to assets and this work great in my project.but when i build this is not work :( what can i do for this problem, thanks in advance
View ArticleCreating a wrapper dll for unity
Hi, I am new to Unity and I am trying to integrate novint falcon with the same. I have integrated an ran a suimple program with falcon wrapper.dll. Next, I am trying to do this. **HOW TO MODIFY THE...
View Article[Help] dllnotfoundexception only happen in standalone mode pc
when I import native dll in my u3d, very thing work fine in editor even in andriod version without any exception. but when I export to pc standalone version. I got a dllnotfoundException. I check every...
View ArticleHow do I find (and delete) variable type definitions?
Okay, this probably seems pretty simple, but I've researched around and I can't seem to find much on how to fix this. I'll be specific, though I doubt it's necessary. I'm having trouble with the...
View Articlemerged DLL not working
Hi everyone, I have a problem with my merged DLL file which I want to use in unity. I created a thread about this in the forum before realizing the Answers section is a better place to ask... here the...
View ArticleNullReferenceException in a wrapper
Hi, I'm integrating [Newton][1] physics engine inside unity, everything works perfectly simulation wise, but I'm facing a strange error happening randomly during running. While the simulation going on...
View ArticleHow to configure default Import settings: selected platforms for plugin DLL
Hi, I have created a package that import some assets, including a DLL plugin. By default, in the inspector of the DLL, the selected platforms for plugin is set to "Any platform". How can I change my...
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 Article