Create UI ANIMATIONS without ❌CODING❌! - Unity UI tutorial

🎁 Support me and DOWNLOAD Unity project: ✴️ Animate your UI using code: This tutorial/guide will show you how to create stunning UI animations without writing a single line of code. Recently I showed you how to do that by coding the animation behaviour, but doing that using Unity built in tools has some benefits: - You can instantly preview your animations without playing your game - You can easily animate multiple objects at once and chain the animations - which would be really annoying the other way. But it also has its drawbacks, which I haven’t mentioned in a video. This kind of animation is pretty controversial because of the performance questions. Many issues (regarded to constantly refreshing the canvas) have been already fixed in the Unity version 2019.3. I tried to show you the best use cases for both examples: - Use lerping (previous video) for simple animations like slide in,
Back to Top