![240](https://upload.jianshu.io/users/upload_avatars/9100126/bf78fa8c-df84-4dfe-b07f-7bdb7af471ff.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:上海
GameObject.activeSelf,.activeInHierarchy,.SetActive的区别和关联 activeInHierar...
using System.Collections; using System.Collections.Generic; using UnityE...
屏蔽特殊字符(只能显示中文英文和数字)Regex rex = new Regex(@"^[\u4E00-\u9FA5A-Za-z0-9]+$")...
TexMeshPro 插件 1、创建项目pro后,help-》 导入TextMeshPro插件然后windown 会有相对应的插件 第一个为字...
1、c# using System.IO; public class playerpref : MonoBehaviour { public...
1、 using UnityEngine.UI; public class copy : MonoBehaviour { TextEdito...
Unity UGUI Text属性的使用 聊天功能中对于Text的特殊使用: 1、text 加组件content size fitter组件可以...