Multiple Scenes for iOS
This seems like a very obvious question but I've read through the documentation https://docs.unity3d.com/Manual/PublishingBuilds.html and searched for a while and cannot find the answer. In fact nothing is mentioned about mobile devices.
Is it possible to build a game with multiple scenes for iOS/Android? I'm pretty sure that I've setup the player settings as required however when I build the app through Xcode I only see one of the scenes (not the one which has the transition to the other scene).
Is it a limitation or is something wrong?
Answer by AurimasBlazulionis · Nov 25, 2016 at 05:56 PM
There really is no such limitation. Are you sure the first scene (with the ID 0) is the one that should be loaded first? Or are you sure that the scene you do not want to be loaded gets loaded without you knowing?
Answer by cyrusclarke · Nov 25, 2016 at 06:37 PM
yep you got it - I read a bit more and saw the note about scene 0 so managed to fix that. thanks for your reply!
Your answer
Follow this Question
Related Questions
How to Get to another app 0 Answers
Failed Re pack resources Unity Android 0 Answers
How to load new scene contents based on a generated link from web? 0 Answers
Unity WebGL Disable mobile warning 12 Answers
How to pick up an object when touching a button(Mobile) 0 Answers