- Home /
How to load iPhone UIViewController from Unity3d?
Hello,
I am developing one game application and i want to give login functionality to user. So i am planning to show Login view which is developed in xCode but how can i show it when my unity3d game is running. Means if user click on Login button from Unity3d it should show LoginView from xCode native.
can any body help me?
Thanks in advance.
Answer by yashesh · Mar 13, 2013 at 06:39 AM
Finally i am answering my own question.
Need to create one plugin.
Call function fro unity which will invoke your xCode native code.
xCode native code will add view to UIWindow.
Your answer
Follow this Question
Related Questions
Stop Threads in Unity3d using C# 0 Answers
Missing Push Notification Entitlement issue in Unity3d 2 Answers
Unity modules for iOS? 1 Answer
Debugging NullReferenceExceptions in iOS Games 2 Answers
Help on iOS Build in the iPhone 1 Answer