Published simple starter script/plugin for making GUITexture effects (currently just movement transitions).
Sources:
https://github.com/unitycoder/PoorMansGuiFx
*Feel free to suggest/push updates there
Webplayer
http://unitycoder.com/upload/demos/PoormansGUIFx/
Forum thread:
http://forum.unity3d.com/threads/247553-Free-Simple-GUITexture-GUIText-transition-effects
TODO:
– Make it simpler to use: maybe custom inspector for effect dropdowns, movement direction etc.
– Events? Event chaining..(after 1 effect finishes, fire next event/fx..)
– Add fade in/out option (alpha first, maybe color from/to later)
– Option for effect starting event: On Start(), On Enabled(), On Click(), On Awake()…
– Option: [ ] SelfDestruct after finished (script or whole gameobject)
– Some documentation
– More examples
– ..
*Using this Easing library by Renaud Bédard (**included in the github sources with the poormans gui fx script package, but no license mentioned on his website)