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
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on
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