Quantcast
Channel: Questions in topic: "native plugin"
Browsing all 376 articles
Browse latest View live
↧

How to turn on Bluetooth from inside Unity?

Hi, I am looking for a way to turn on Bluetooth on Android and iOS devices from inside my unity application or to trigger a prompt to ask the user for this (like in the example img). Does anyone know...

View Article


Using .framework for iOS as Plugin.

Hello. I have built my plugin for Windows, Linux, Mac OSX and Android (dll, so, bundle, so) and the only thing I am having problems with is the iOS plugin (.framework). I have placed it in the...

View Article


unity 5.6.3 play-service aar moving file error

![alt text][1] [1]: /storage/temp/100194-ps.jpg actually there is no corresponding file named classes.jar existed in play-services-11.0.4.aar!

View Article

How to implement Authorize.net Native plugin in Unity?

Hi all, I have tried building a native plugin in android using authorize.net API for my app's in app purchase. The problem is that I am able to receive the error response from Authorize.net server when...

View Article

How to integrate a authorize.net android plugin in Unity?

Hey All, **I am trying to integrate a native plugin which is made in android studio. I have unzipped the .aar file for the following :** 1. Copied the classes.jar file in Assets\Plugins\Android folder....

View Article


Unity 2017.1 .NET 4.6 Plugin - System.Runtime assembly not allowed to be...

I am using a plugin compiled for .NET 4.6, which depends on [System.ValueTuple][1]. I'm using version 4.3.0 of this package. Everything works ok in the editor, but when I attempt to build for Windows...

View Article

Linux build is putting libNative.so in wrong place

I am new to this Unity world, so I might be doing something wrong... But, I am getting a DllNotFoundException for my Linux build. The Windows and MacOS build work fine, so it is not my managed code....

View Article

C++ native plugin Failed with error '%1 is not a valid Win32 application

Hello, I have been trying to get a native plugin written in C++ to work in Unity. This is my first time writing such a plugin, so I was playing around with some test code to see if I could get it...

View Article


How to place UI over native iOS view?

I created a native iOS plugin which creates a new UIView and adds it to main window. My canvas with all UI elements is covered by this new UIView and I need the canvas to be in front of it. How to...

View Article


how to open Add To Contact with unity?

i checked some post where there is some trick to open dial pad directly with Application.Openurl(tel:[555555555]); to send sms:...

View Article

Plugin external method every frame

Hey, I'm calling an external method following https://docs.unity3d.com/Manual/NativePlugins.html every frame on Update (). The problem is, the native position update is not in Sync with the underlying...

View Article

Native Plugin Cleanup

I'm writing a native plugin for Windows in C++ and having some trouble with the development process. Because Unity doesn't release the plugin dll after running it once, it is necessary to close Unity...

View Article

Are native plugins only supported on Unity Pro?

I know this was the case previously but I read somewhere that since Unity 5.x native plugins are supported in all versions.

View Article


Editor crash "allocation 0x0xc000000000000000 already registered"

I am trying to integrate [libfreenect2][1] and [freenect2.net wrapper][2] but I am getting a strange crash that only happens in the Linux editor for my main project. The Windows editor, and Windows and...

View Article

Audio Spatializer Plugin SDK: how can plugin get channel count of input audio...

Hello Unity friends! I am working on a Spatializer plugin and my plugin DSP code and I understand that Unity passes audio to my plugin as stereo, regardless of whether the underlying audio Clip is...

View Article


Native DLL saying FileNotFoundException

I'm trying to use the C# library clrzmq which is a library for ZeroMQ messaging. There's a .NET specific one but I'm unable to get it to work in Unity 2017. My script for clrzmq works fine in...

View Article

Are calls to C++ DLL handled asynchronously?

Hi everyone, When I call an imported function (from a C++ DLL), will Unity stall until the function finishes executing, or will it still run asynchronously? The dll does some extensive computing that...

View Article


How to Control iOS device volume with Unity?

I developed Enterprise App, and installed it to my iPad. the problem is that the iPad will be built in the wall, so it will not be possible to control volume button. I want to control the volume button...

View Article

Build Linux plugin with a PC

https://github.com/unity3d-jp/FrameCapturer For some reason, i need to compile a Linux Unity build with this plugin and run it on AWS. The plugin part says it can work in Linux but it need me to...

View Article

How unity works with native Mobile applications?

Hi, I am working on a native mobile application.I have one functionality in my app deals with a lot of animations.Its a dynamic character movement according to inputs.In my thoughts, unity might be...

View Article
Browsing all 376 articles
Browse latest View live