UnityHelper
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Just a couple of scripts that are very helpful in Unity projects.
OutlineEffect - Attach this to any GUIText to give it a shadow effect. This is my customized version of this original script: http://answers.unity3d.com/questions/683391/i-had-script-make-somthing-like-outline-but-how-ad.html
HSBColor - Pass in a Color or hsb values to get a color in HSB format. Useful for modifying hue, saturation, and brightness components of a color. From: http://wiki.unity3d.com/index.php?title=HSBColor by Jonathan Czeck (aarku)
Update: Added CameraFade.cs Source: http://wiki.unity3d.com/index.php?title=FadeInOut by Kentyman and dannyskim
OutlineEffect - Attach this to any GUIText to give it a shadow effect. This is my customized version of this original script: http://answers.unity3d.com/questions/683391/i-had-script-make-somthing-like-outline-but-how-ad.html
HSBColor - Pass in a Color or hsb values to get a color in HSB format. Useful for modifying hue, saturation, and brightness components of a color. From: http://wiki.unity3d.com/index.php?title=HSBColor by Jonathan Czeck (aarku)
Update: Added CameraFade.cs Source: http://wiki.unity3d.com/index.php?title=FadeInOut by Kentyman and dannyskim