Unity UI自适应
Posted 小小程序员_嘻嘻嘻
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unity UI自适应相关的知识,希望对你有一定的参考价值。
1.设置Canvas Scaler
Canvas Scaler->UI Scale Mode->Scale With Screen Size
设置参数
Reference Resolution 参考分辨率
Screen Mact Mode->Math Width Or Height
Match 宽高比重
2.设置四个锚点
2.1四个锚点在一起
父物体width height变化,物体width height不变
2.2上面两个锚点,下面两个锚点分别在一起
父物体width height变化,物体heigth变width不变
2.3左边两个锚点,右边两个锚点
父物体width height变化,物体width变height不变
2.4四个锚点分别在不同位置
父物体width height变化,物体width height都变
以上是关于Unity UI自适应的主要内容,如果未能解决你的问题,请参考以下文章