Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How to animate a UI Button without using Mecanim? (For example, by using DOTween instead)

Discussion in 'UGUI & TextMesh Pro' started by jhow77, Aug 11, 2017.

  1. jhow77

    jhow77

    Joined:
    Jan 10, 2017
    Posts:
    19
    I'd like to be able to animate my button upon different events like press, release etc. But I'd prefer not to use Mecanim and instead I'd like to tween the buttons myself using DOTween. Is there a way I can do this?