Haveing two cameras?

Hey, I’m new to Unity and I’m currently experimenting with a little mini-game that I made in order to learn the basics of Unity.I want to make it so you can play this game in “split-screen” mode but I haven’t been able to find a way to do this and am getting frustrated.

  1. So basically my question is: Is it possible to view two separate cameras through the game window at the same time? If so, how?

  2. I was creating a terrain while watching this tutorial on youtube and when I tried to “paint trees” onto the terrain Unity crashed. The same thing happened to the guy in the tutorial. How can this be avoided? http://www.youtube.com/watch?v=xM4QzYchnNw

  3. Lastly, Can anyone recomend a good series of tutorials that will take you through the entire game creation process. The problem I find with most tutorials that try to do this is that they give me the textures, models, animations, sky box textures, and pre-fabs instead of teaching me how to make those things

Thank you in advance for your responces I appreciate any reply even if you can only partially answer one of the questions.

You may want to check this topic:

http://forum.unity3d.com/viewtopic.php?t=23558

Out, someone had the same question you had :slight_smile:

Here’s another link that was not provided in the above-referenced thread:

It has enough hints there to do it without scripting, through the interface. Look under “Details”.

Moral of the story: Read the manual. You may get more than just tossing a question to the forum. And after that, if it is not clear, ask the experts.