- Home /
Display 2 Scenes at Once
ok i will just straight to it.
I have a computer screen, one half will display questions the player will need solve. The other will display a 3d maze with a mouse. depending how the player has answered the question, the mouse will walk into the right direction. they both need to be displayed at once.
Not sure how to set up my scene. Will i need 2 cameras in once scene. One poining at the computer screen and the other pointing at the maze.>?
or will i need 2 scenes.??
Answer by whydoidoit · Nov 08, 2012 at 10:38 PM
You need one scene with two cameras. You can tell each camera where to render on the screen by setting "Normalized View Port Rect"
awesome dude, i did it and it worked. I will keep you up to date on my progress. I plan on creating a gauge and a time reader on the screen as well. Will I have to use the GUI or can i create it some how differently. Bot of the items are round, and that s the only thing that I want see. ??
what methods would you use to get something like that done. If you are unsure please feel free to ask me.
Thank you for help and sharing knowledge. :)
Your answer
Follow this Question
Related Questions
How do i remove the gui windows in my scene 1 Answer
Camera Switching or Scene Changes? 3 Answers
Displaying multiple GUITextures On One Camera 0 Answers
ASP .NET: How do I link gui components to Unity web player? 0 Answers
camera and terrain won't show 0 Answers