This repository contains Unity scripts and documentation for a kid-friendly 3D splash screen called "WorddyBuddy". The setup includes animated TextMeshPro elements, balloons, particles, and a scripted transition into your main scene.
Assets/Scripts/Splash/SplashController.cs– Drives the splash reveal, confetti burst, skip hint, and scene transition.Assets/Scripts/Splash/BalloonBobbing.cs– Gives balloon props a playful float and sway.Assets/Scripts/Splash/SlowRotator.cs– Adds subtle rotation to props such as the floor ring.Docs/WorddyBuddySplashSetup.md– Step-by-step guide to constructing the scene inside Unity.
- Create or open a Unity 2022 LTS (or newer) project.
- Copy the
Assetsfolder contents into your project to import the scripts. - Follow
Docs/WorddyBuddySplashSetup.mdto build the scene hierarchy, assign materials, and wire the scripts. - Add a target scene (e.g.,
Home) to Build Settings so the splash can transition once it finishes or the player taps to skip.
Feel free to extend the splash with additional props, post-processing, or loading logic as needed for your project.