I want to design a unity3D Game Interface for iPhone, iPad mini and iPad, My difficulty is that there how to design for different resolution.
I was thinking, I have two option:
1- I use 3D object for my buttons on interface
2- I use GUI Interface button builtin unity3D
I find out that if i uses 3D Object Button would be better for adjust it in different resolution size. For Example, i have this option to adjust camera distance with the 3D Object so as a result the size of button could make bigger in ipad by decrease the camera distance to the 3D Object.
I want to know which one is better in terms of:
1- performance in mobile devices
2- More flexible and to define for different resolution for example iphone and ipad.
I am of that 3D object Button would be better, i would appreciate if you guide me or provide some link for me since i m pretty new in Unity3D Interface,