UiToolkit Animated Custom Elements
Matush
$6.99
(no ratings)
Date |
Price |
---|---|
Date |
Price($) |
09/23(2024) |
4.99 |
09/29(2024) |
6.99 |
11/22(2024) |
6.99 |
Jump AssetStore
Enhance your UI with animated labels, stars, and backgrounds. Customize colors, curves, and speed for dynamic effects. Optimized for mobile performance with smooth animations.I recommend using Unity version 2022.2 and above. If possible, I suggest upgrading to the latest LTS version.matesu.cz | DocumentationEnhance your Unity projects with this collection of animated UI elements, perfect for adding dynamic visual effects to your events, products, and more. Each element is optimized for performance, ensuring smooth animations even on mobile devices. The project includes a sample scene with implementation examples for all elements, along with all the necessary assets for their usage.1. Animated LabelBring your text to life with smooth color transitions. This label supports all standard properties such as drop shadow and outline, adding an extra layer of sophistication to your UI.2. Animated Scrolling BackgorundThis element behaves as an infinitely scrolling background. Therefore, it requires a tiled texture that seamlessly loops.3. Animated Sequence PlayerThis custom element is designed for playing sprite sequences. It accepts either an array of sprites or a SpriteAtlas as input. The player offers convenient public properties that notify when the playback is complete or provide the current frame being played, allowing you to trigger additional events accordingly. The player supports basic playback modes, including Loop, Once, and PingPong.4. Animated StarThis element is essentially a pulsating image, named "Star" due to its use of enlarging stars on items in a store to draw attention and encourage purchases. The asset pack includes a star image suitable for this purpose, but users are free to use their own image through .uss or the API (Sprite).5. Animated WarpCustom animated component that emits particles from its center outward, creating a dynamic "warp" effect. As the particles move outward, they also scale, enhancing the warp illusion. A pre-configured sprite suitable for this effect is included in the project, but users can customize the particle scale, quantity, and animation speed to fit their needs..These are public properties you will find.1. Animated LabelAnimationTextColors (List)AnimationCurve (UnityEngine.AnimationCurve)2. Animated Scrolling BackgroundTiledTexture (Texture2D)Direction (Vector2)Scale (float)3. Animated Sequence PlayerSpriteSequence (Sprite[])SpriteAtlas (SpriteAtlas)PlayMode (enum: SequencePlayMode)FPS (float)HasFinished (bool)CurrentFrameIndex (int)4. Animated StarAnimationCurve (UnityEngine.AnimationCurve)TimeOffset (float)Sprite (Sprite)5. Animated WarpParticleSprite (Sprite)NumOfParticles (int)ParticleScale (float)