How to Choose Camera for Game Window

After creating more cameras for my scene, the default camera for my Game view changed. How do I change which camera appears in the Game view?

I figured it out. You have to uncheck the box next to Camera in the Inspector for each camera you don't want to have as your Game view.

The camera that's left checked is the camera that will appear in the Game view.

Actually you can use Culling Layers as well as the Depth settings to do this. And of course the camera can be enabled via script as well.

Lotsa info here: http://unity3d.com/support/documentation/Components/class-Camera.html