I put together a GUI to control a set of 9 static cameras. How can I assign each button to switch between the cameras? I am fairly new here as well so a I could a fairly detailed description.
Thank in advance for any help you guys can provide
I put together a GUI to control a set of 9 static cameras. How can I assign each button to switch between the cameras? I am fairly new here as well so a I could a fairly detailed description.
Thank in advance for any help you guys can provide
Assign each camera as a variable (or do it in an array, whichever you are most confortable with) then have each button enable the camera you want and disable the cameras you don’t.
http://http://unity3d.com/support/documentation/ScriptReference/Camera.html
eg
I posted a reply to your thread on the same issue here.