Unity UI 开发
使用中文字体
在使用Unity制作游戏时,想要UI(TMP)使用中文字体
- 下载一个字体文件
.ttf
- 下载一个中文字符集
.txt
分享一个字符集项目https://github.com/wy-luke/Unity-TextMeshPro-Chinese-Characters-Set.git
- Window–TextMeshPro–Font Asset Creator
富文本字体
Unity的Text支持富文本
比如让下面这段文字中colorfully变色
We are <color=#ff0000ff>colorfully</color> amused |
鼠标事件
为UI物体添加2D碰撞体后,可以在上面绑定脚本,添加生命周期函数,如OnMouseEnter
,OnMouseExit