Game Development Stack Exchange is a question and answer site for professional and independent game developers. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

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.