Building Enterprise Apps with Unity — Creating Forms

Now it’s time to create the forms required for the project

Main Menu

Background:

  • Create a new UI Image, call it Background
  • Drag and drop the desired image
  • Set the Rect transform values to expand the image

Logo:

  • Create a new UI Image, call it Logo and assign the Logo image in the inspector
  • Select Preserve aspect
  • To adjust the image position when resizing the screen (various mobile screen sizes), modify the values as you did with Background
  • Modify the Bottom value, in my case to 200, to move the image up
  • Create a new UI Image called grayOverlay and place it below the Logo with a gray color and finish the Main Menu Image with 2 additional buttons. It will be the Main Menu Panel

Borders panel

Find Case

Create case

That will be all the forms.

--

--