x


Display multiple scenes?

I have a game screen and when 'pause' is hit I'd like to pause the scene, keep it rendering in the background and bring in the new pause options to the forefront.

Was just wondering how to best go about doing this?

more ▼

asked Oct 07 '11 at 11:03 AM

chillypacman gravatar image

chillypacman
206 50 64 75

What is the nature of your pause menu? There are a lot of ways of doing what you want, but unless I know your exact requirements, I probably can't help you all that much.

Oct 07 '11 at 11:06 AM syclamoth
(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

Well, with LoadLevelAdditively, you can load multiple scenes at the same time, but are you sure that's what you want? If you just want some options and a menu, you can just use UnityGUI for that. Alternatively, you can have a 'menu' section of your scene which is on an exclusive layer so that it does not interfere with your main scene, and then activate a camera inside of that.

more ▼

answered Oct 07 '11 at 11:06 AM

syclamoth gravatar image

syclamoth
14.8k 7 15 80

If I add a level additively can I remove it too?

Oct 08 '11 at 04:42 AM chillypacman

Not easily. If you put all of the objects in your scene under a single transform parent, it makes it a bit simpler though (you can just delete that one object, and it'll clean them all up).

Oct 08 '11 at 04:46 AM syclamoth
(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:

x4155
x3684
x717
x386

asked: Oct 07 '11 at 11:03 AM

Seen: 1569 times

Last Updated: Oct 08 '11 at 04:46 AM