Sign up ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

How can I create a menu that slides up while "un-fading" as illustrated in this video?

As you can see in the video, the menu also falls down a bit in the end which gives it a realistic feel. I really have no idea on how to approach this, and searching the web did not help either.

Any help is appreciated.

share|improve this question

You can animate just about anything in Unity. Fade effects are generally just the animation of the UI item's alpha color.

https://unity3d.com/learn/tutorials/modules/beginner/live-training-archive/animate-anything

http://forum.unity3d.com/threads/changing-a-new-ui-images-alpha-value.289755/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.