Hello
I am wondering if i set up 2 or more cameras, set in different areas of a level, how could i go back and forth through the array of cameras to look through them?? Using left and right arrow keys for example?
Increase an int type variable on right arrow input, decrease it on left arrow input, then get the corresponding array element and set it active.
Hope this helps
1 Like