I'm trying to rotate an object via lerp. I'm using a variable for the 0 to 1 range. While holding down on one of two buttons, the value is to go up or down between that range. Before I even get to the management of the angles and rotation and all, I'm not even getting a response from the input while touching these objects.
As you can see, I have some events/actions toggled disabled. Those parts were actually working fine, so I know that it's not my setup, per se. For whatever reason, I cannot get the same touch controls to affect the variable's value.
Does anyone see what I'm apparently missing? Thank you for your input!