Unity page specification

Unity sets the UI interface to cover the screen at 16:9

  1. Create a new Image (the system will automatically create a Canvas canvas and EventSystem event system)
  2. Select the Canvas object and set the value of UIScaleMode of the CanvasScaler script component to: Scale With Screen
    Size
  3. Select Image and set RectTranform
  4. Select Canvas and set Reference Revolution to 1920*1080
  5. Match is set to 0.5

Guess you like

Origin blog.csdn.net/crush_oo/article/details/129957214