How to get started
Last updated
Last updated
YouTube Tutorials -
UIAnimation: Creating Animations with Components and Scriptable Objects.
The asset is based on a component system and Scriptable Objects, providing powerful and flexible animation customization. All you need is to choose the appropriate component based on your needs: UIAButton or UIAPanel.
Everything works the same way for the UIAPanel as well
Step 1: Add the UIAButton component to the desired button. (Image #1)
Step 2: Configure the interaction type for the button, such as Click. (Image #2)
Step 3: Choose the animation type you want to add, like RectTransform. (Image #3)
Step 4: Assign your button to the RectTransform field. (Image #4)
Step 5: Select the animation type and create a ScriptableObject. (Image #5)
Step 6: Customize the ScriptableObject parameters. (Image #6)
Step 7: Drag and drop the configured ScriptableObject into the required field, start the game, and you're done! (Image #7)