Im developing an AR App for iOS using unity, unity builds an Xcode project to run in sim or device.
How do I take the view it creates programmatically and make it into something I can use with storyboard (interface builder) mode?
I'm somewhat new to Xcode, but I know this can be done rather simply. I want to build functionality into the project with as well as an interface layer over the unity GLES window.
Any help would be greatly appreciated by a number of us
How do I take the view it creates programmatically and make it into something I can use with storyboard (interface builder) mode?
I'm somewhat new to Xcode, but I know this can be done rather simply. I want to build functionality into the project with as well as an interface layer over the unity GLES window.
Any help would be greatly appreciated by a number of us