UnityNinja Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

UnityNinja CommunityLog in

UnityNinja - Video Game Development Community, including Resources, Forums, Marketplace & More.


descriptionLinking to scene within Unity EmptyLinking to scene within Unity

more_horiz
Hi

I have an android Unity application with multiple scenes, and I want to provide a web URL which will auto launch the Android application and then go into a specific scene within that app.

Is this possible and if so, could anyone provide some guidance?

Thanks

descriptionLinking to scene within Unity EmptyRe: Linking to scene within Unity

more_horiz
Hello

We see that you have some issues with your project/script, however we can help you for a price. If you would like us to work for you then please feel free to contact us at http://RenntekStudios.co.uk or on Skype at RenntekStudios thanks

Our prices are very cheap. Little errors we can fix for free, otherwise projects we can discuss prices. Hope you get in touch shortly thank you...

descriptionLinking to scene within Unity EmptyRe: Linking to scene within Unity

more_horiz
If you go to the Build Settings you can add in the scenes you want to load in the build in order of priority. You can also use the command

Code:

ScreenManager.LoadScene(sceneIndex);
where sceneIndex is equal to the index inside the Build Settings. 0 is at the top in the menue.

descriptionLinking to scene within Unity EmptyRe: Linking to scene within Unity

more_horiz
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum
power_settings_newLogin to reply