|
I am using a custom C# script to build both my Lite and Free versions of an iPhone app from a custom menu option. I am setting the BundleIdentifier, and the Product Name via the PlayerSettings class, and using the BuildPipeline.BuildPlayer function to build my XCode projects. Is there a way within unity, without resorting to shell scripts, to modify the Icon and Splash Screen for each player, and to a lesser extent, the version # as well?
(comments are locked)
|
You can not change SplashScreen from scripts - there is no API at the moment. So what we do is simply override current splash image by copying over another file (from scripts). Takes a bit longer, because Unity reimports the file, but it does the job :)
(comments are locked)
|

Did you find a solution? I want to do the same thing.
Me too, please tell us if you succeeded! :)