- Home /
How to create a 2D swipe menu?
I'm quite new to Unity and I'm using the 3D mode to make my game. In one of my scene, it is a selection menu ( like a Shop ). The user interface needs to swipe left or right to select item, like the screenshot below:
How do I make such menu in a 3D world ?
p.s. I know how to use camera & GUIButton
to make a simple game menu, but not this dynamic menu.
For a more complex UI like this one, you'll save time if you invest in a UI package like NGUI or EZGUI. Though there is a learning curve, there is support for UI elements like these in the packages.
both NGUI and EZGUI aren't free solutions. Any not-so-fancy way to do so? Simple menu with swipe gesture is required only
Your answer

Follow this Question
Related Questions
How do I change textures at a click of a button 2 Answers
Pause Button Menu loader 2 Answers
How do I make a pause menu? 3 Answers
design menu page 4 Answers
Loadlevel and buttons... 2 Answers