Hi.
I'm trying to do something quite simple and i'm sure there's a really obvious solution, but i'm stuck on it.
I have a float, and i want to make a button which will add +0.1 to that value when pressed.
So for example, the float reads 3, I press the bang and it reads 3.1, i press again and it read 3.2 etc.
Thanks in advance