- Home /
Question by
pro_metedor · Apr 26, 2011 at 02:53 PM ·
iphoneplugin
Is there possible to use Objective-C code inside C unity plugin?
As the title goes: Can I use objective-C code to display UI components on screen using unity plugin only?
I have made workaround for that, sending messages to main application through the plugin, but this means that plugin will not work as separate package. I would like to encapsulate all needed UI functions, so I can download the plugin separately.
Comment
Your answer
Follow this Question
Related Questions
Calling UnitySendMessage requires which library on iOS? 2 Answers
Marshal.PtrToStructure in iPhone makes error. 1 Answer
Linking Native toolkit 1 Answer
Objective-C and C code in unity plugin 1 Answer
A node in a childnode? 1 Answer