does anyone know how i can code a second camera into my game so that i can view the new camera when left click is pressed and return to the previous view when left click is pressed a second time
You can use the script from this previous unity answer, but change the Input to Input.GetMouseButtonUp(0)