- Home /
Material Design Menu
Hey there,
I love the material design approach to android 5 and am thinking of using this style for my next apps menus. I've seen great plug ins and scripts for unity that can make such menus however i would prefer to do this from scratch.
Basically I want to get the general look of it in unity's UI gameObjects. Don't really need to make all the fancy sliders etc, just the buttons and the click on button animations. Maybe creating custom sprites is the way to go? If so how do I do this? And how do I get the animations?
Cheers, Chris
Answer by GraviterX · Apr 24, 2015 at 12:43 AM
You can make your own GUI Button Textures. This can be applied to sliders, buttons, etc. You can also download them from the asset store. I'm trying to learn to do this as well, so I apologize that I can't explain it well. Try these links:
http://docs.unity3d.com/ScriptReference/GUI.Button.html http://answers.unity3d.com/questions/61047/creating-a-gui-button-background-texture.html http://answers.unity3d.com/questions/542274/gui-button-with-both-texture-and-text.html
Your answer
Follow this Question
Related Questions
Button with Animation disappear in Android build 0 Answers
UI button shows in editor but not on mobile? 0 Answers
move player with button problem 1 Answer
ScrollRect not working on mobile at certain resolution 0 Answers
Ui and camera movement 1 Answer