Hi,
I wrote a GUI in my Objective-C plugin and I need this GUI over my actual scene, so the user can use this GUI for some native applications.
So far my app shows the GUI after it returns from the plugin and after the unity Update() method.
How can I write, in Objective-C, to pop up a new view while the plugin is not finished?
I wrote a GUI in my Objective-C plugin and I need this GUI over my actual scene, so the user can use this GUI for some native applications.
So far my app shows the GUI after it returns from the plugin and after the unity Update() method.
How can I write, in Objective-C, to pop up a new view while the plugin is not finished?