I have followed this tutorial to create a simple clock: http://catlikecoding.com/unity/tutorials/clock/
Everything works perfectly fine but the tutorial has an internal switch for digital and analog display. Now I would like to add a simple button "ingame" to switch that bool to true/false.
How can I achieve that ? thanks!