Unity 4.6 - How to scale GUI elements to the right size for every resolution

后端 未结 5 528
不知归路
不知归路 2021-01-30 17:30

The new Unity 4.6 comes with a new GUI, when I change de resolution on Unity the UI Button scales perfectly but when I test on the Nexus 7 device the Button looks too small. Any

5条回答
  •  甜味超标
    2021-01-30 17:58

    To Scale UI added the ReferenceResolution Component to the Canvas you want to scale. enter image description here

    P.S. Theres no Documention for ReferenceResolution

提交回复
热议问题