18
2014
GUI Transition Effects [open source]

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)
Related Posts
10 Comments + Add Comment
Leave a comment
Recent posts
- LudumDare59 : Signal
- Unity Editor: Tree Generator
- Leaf/Foliage Generator Tools (Runs in Browser)
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
- Convert LAS/LAZ/PLY pointclouds to GLTF (GLB) Point Meshes (standalone converter)
Recent Comments
- on Sprite Sheet Flip Book Shader
- on Sprite Sheet Flip Book Shader
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
- on UI Scroll View automatic Content height
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
An article by












Related stuff here,
Unity curved path following with easing at constant speed:
http://whydoidoit.com/2012/04/06/unity-curved-path-following-with-easing/
Thanks for your sharing.
Animations and some tween plug-ins (like iTween) can do the same thing. You may have a try:)
yes, animation on the transform values is quite good/simple. Just want to make the plugin to do things even simpler (just pick & select few options – done, not good? then change option – fixed)
Interpolation utility functions:
http://wiki.unity3d.com/index.php/Interpolate
Pushed update, now its easier to use! (added webplayer demo also)
webplayer demo updated (in the github also)
GoKit (Lightweight tween library for Unity)
https://github.com/prime31/GoKit
Hello,
Thx for this good effect but i shearch how i can change the final position, you can help me plz ? 🙂
simple single class easing functions for Unity
https://github.com/mimicteam/easing-for-unity
Based on acron0’s C# port of Robert Penner’s Easing Functions with support for Unity types
https://github.com/ryanslikesocool/Unity-Easings