Quick Splash: Easy and Animated Splash Screen OFFICIAL SALE

QuickSplash is an editor tool that builds your splash screen scene for you. Open the window, load a config, add your logo entries, and click Generate. The tool writes a fully wired Unity scene — Canvas, camera, background, all logo players, and the sequence controller — without you touching the Hierarchy.


Each entry supports four media types: a plain Texture2D, a Sprite, an animated GIF, or a VideoClip. GIFs are decoded at editor-time using a built-in pure-C# GIF89a parser, so there are no runtime DLL dependencies and no platform restrictions.


Per-entry timing gives you independent control over fade-in, hold, and fade-out durations. The fade system runs on unscaled time, so it behaves correctly even when Time.timeScale is zero.

Entries can be marked as Required, which prevents them from being skipped regardless of the global Allow Skip setting — useful for legal or compliance screens.



The black-and-white editor UI is clean and keyboard-friendly. Cards in the entry list are reorderable with responsive ▲/▼ buttons that only appear when they are actually useful. The generator is non-destructive: delete the output folder and regenerate at any time.



Compatible with Unity 6 (6000.0+).