Is there a way to animate a sprite, in a widget, for UI, like if it was done with a flipbook?
did you find solution ?
Hey!
To achieve this, I downloaded a sprite from the internet and wrote a small script. In it, each frame cycles through images one by one. This way, I created an animation for the loading screen.
An alternative method is to use a video:
- Create a Media Texture.
- Apply it to a Material.
- In the Widget, add an Image element and assign the Material in the Details panel.
Let me know if you want a detailed explanation of both methods!