hello789 How do I use a UI togglable switch to switch between two 2d camera nodes? plz help, I'm new I need a checkbutton to toggle between two 2dcamera nodes - thanks
cybereality You would set the camera current property to true. https://docs.godotengine.org/en/3.1/classes/class_camera2d.html my_camera.current = true