What’s the best way to spawn one of these from Unity?
Is it possible? Do I need to use the default GUI window stuff instead?
Thanks for the help.
What’s the best way to spawn one of these from Unity?
Is it possible? Do I need to use the default GUI window stuff instead?
Thanks for the help.
It’s definitely possible to do. But you have to use a plugin or communicate to Xcode through PlayerPrefs.
Hi
If your requirements are simply to display messages to your users using the Apples Alert view control you could implement the first bit of this tutorial: http://blog.getlimed.com/lime/2010/03/add-facebook-connect-to-a-unity-iphone-game.html and use PlayersPrefs to initiate the Alert view control. Note: The objective-c side doesn’t have the Alert view code in it so you’ll have to put it in there however it does setup the whole communicating to Objective-c from Unity using PlayPrefs.
Or if you need to know which button they pressed you could look at the Enhancement Pack.
Cheers,