Hey,
I would like to create a slide menu with the new unity gui. Like on android, if the user slide its finger from the right to the left of the screen or push a button a menu shows up from the right to the left, and return to its position if the user does the inverse slide or push again on the button. I have some questions about this.
For the button I handled it by simply set a trigger on the animator component of my canvas. But I don’t see how to play back the animation if the user clicked again on the button. I don’t see how to reset the trigger, because I only set the trigger when the user click on the button, I need to do another action (to reset the trigger) if he clicked again on it.
And I have another question about the slide with the finger to trigger the animation. Do you think that I can use the new UI system to handle it ? Or do I need to put my own system to handle it ?
Thank you