Some Really Common Code

Hey, just went a-harvesting through some old projects for some common code I’d like to re-use, so I’m declaring them here.  Nothing special or earth-shattering, just a few basic utility classes and some “trim pieces” for polish that I use on most of my projects.

♣ Splash Screen (basic logo fade)

♣ Pop-up volume control (Volume +, Volume -, and Mute function)

♣ Loading progress bar (Ties in with Unity Streaming Loading)

♣ Fading Scene Transitions

♣ Scene Manager (utilizes said loading progress bar and fading scene transitions)

♣ Shadowed text labels

♣ Extension methods for common types

♣ Integer 3D Vector class

All of these scripts are for Unity 3D.  Feel free to make use of them if you can.

Download Source