Add a ViewController over my UnityProject

Hello, sorry if this is a stupid question but how could I add a screen, I mean, a viewcontroller before unity’s view, in the project that Unity generate?

Thanks,
JFK

Hi @devjand ,
You could just author a new view controller in Xcode with the project that is generated in unity. Depending on how you want to show your view controller, you could use the presentViewController API here.
Let me know if you have more questions.
Cheers,
Chris