How can one write Native Code plugins for Tizen?

Hello,

Could you please describe how one can write Native Code plugins for Tizen?

If you could provide a manual such as the one for Android [ Unity - Manual: Create and use plug-ins in Android ] it would be awesome.

Thank you very much!

Absolutely! I’m working on docs for plugin creation right now. The process is quite similar to creating a plugin for other platforms and starts with making a dynamic library project in the Tizen IDE.

Hi,

I had a look at the Unity documents for building plugin for Tizen at this link -

http://docs.unity3d.com/Manual/PluginsForTizen.html

but I am not able to get it working. I am always getting “DllNotFoundException”

has anyone got it working? I have created a Tizen native library (“.so” file)

EDIT:

forgot to mention that the tizen library works in a native Tizen app but not in unity