I am making a simple game for iPad. I have a main menu that is vertical, the menu has two simple GUI.Button ( texture button made in photoshop).
I want the user to be able to use the menu horizontaly as well. In that case the only thing I need is to rotate the texts on the button 90 degrees in photoshop. My question is, do I have to creat another menu script for the horizontal menu?
Anyone who could give me some advice?
Thanks
Hi,
Can you please tell me how to make a main menu.
Thanks in advance
@eros: Look for some tutorials.
@maua10: Unity turns the sceen automatically if you allow to do so in the player settings (Edit => Project Settings => Player).
Set the default orientation to “Auto Rotation”.
The only thing you have to consider now is that Screen.width and Screen.height will change during runtime, but the upper side of the device will always be the upper side of your game.