x


can i connect some few scenes?

hello everybody! i am want to make an war game and when i make all the scene for the missions so my question is can i connect my scenes togheter for make the game full of missions? and if yes then can i put between the missions videos? and if yes how?

more ▼

asked May 15 '10 at 11:44 AM

nini gravatar image

nini
37 10 13 14

(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

Yes you can. The simplest way is to call Application.LoadLevel when your game should progress to the next scene. (In Unity, the terms "Level" and "Scene" are synonymous).

For information about getting started using movies in unity, see this manual page.

more ▼

answered May 15 '10 at 03:19 PM

duck gravatar image

duck ♦♦
41k 92 148 415

(comments are locked)
10|3000 characters needed characters left

if you have unity pro you can connect them in a seamless way without any loading screen using LoadLevelAsync. if you want loading screens you can use LoadLevel. you can load new scenes and add them to the current scene with LoadLevelAdditive and LoadLevelAdditiveAsync too. for playing a movie you need unity pro too. you should create a Movie Texture and then show it in a GUI or GUITexture.

more ▼

answered May 15 '10 at 05:23 PM

Ashkan_gc gravatar image

Ashkan_gc
9.1k 33 56 117

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x110
x60

asked: May 15 '10 at 11:44 AM

Seen: 976 times

Last Updated: May 15 '10 at 11:44 AM