I would like to override the AppController when building for iOS. And use that class as default when launching the game.
I use Unity Could Build so it needs to be done at build time from within unity and not manually after unity has build the xcode project.
How can I achieve this?
↧