摘要:
Material四个模式 动态修改代码 using System.Collections; using System.Collections.Generic; using UnityEngine; public class CanvasPos : MonoBehaviour { public enu 阅读全文
摘要:
下面是代码自己测试一下即可 using System.Collections; using System.Collections.Generic; using UnityEngine; public class TimeDuiBi : MonoBehaviour { List<int> list = 阅读全文
摘要:
1.读取Excel表格和保存sqlite数据库所用到的dll文件 下载链接:dll文件 最后如下图所示 废话不多说了,直接上代码吧 因为太长就折叠了 using System.Collections; using System.Collections.Generic; using UnityEngi 阅读全文
摘要:
1.给选中物体添加碰撞盒 这个是给子物体添加碰撞盒 (根据需求可以自己修改) 脚本放在Editor文件夹下 需要手动选择你需要添加碰撞盒的物体 using System.Collections; using System.Collections.Generic; using UnityEditor; 阅读全文