02 2023 档案

摘要:此文件CSV需要改格式 TF-8的格式不然会乱码 using System.Collections;using System.Collections.Generic;using UnityEngine; public class DatasPlayer{ public string[] arr=ne 阅读全文
posted @ 2023-02-26 15:03 天分丶张三 阅读(114) 评论(0) 推荐(0) 编辑
摘要:3D轮转图 + 雷达图 +CSV解析 选择的人物对应属性显示 1,csv解析 using System.Collections;using System.Collections.Generic;using UnityEngine; public class PlayerData{ public st 阅读全文
posted @ 2023-02-23 20:50 天分丶张三 阅读(36) 评论(0) 推荐(0) 编辑
摘要://效果 //制作雷达图 using System.Collections;using System.Collections.Generic;using System.Linq;using UnityEngine;using UnityEngine.UI; public class RadarMap 阅读全文
posted @ 2023-02-23 09:42 天分丶张三 阅读(65) 评论(0) 推荐(0) 编辑
摘要:角色移动代码 锚点必须设置正确否则会偏移 using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.EventSystems; public class Rocker : 阅读全文
posted @ 2023-02-14 15:24 天分丶张三 阅读(25) 评论(0) 推荐(0) 编辑
摘要:没有加批处理绘制次数很高 FPS 81 加批处理绘制次数降低 FPS 94 using System.Collections;using System.Collections.Generic;using UnityEngine; public class StaticBatchProcessing 阅读全文
posted @ 2023-02-07 13:42 天分丶张三 阅读(25) 评论(0) 推荐(0) 编辑
摘要:注意事项: 图片中需要允许设置读写 不打勾会报错 效果 using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI; public class CreatTerrti 阅读全文
posted @ 2023-02-07 11:46 天分丶张三 阅读(50) 评论(0) 推荐(0) 编辑
摘要:using System.Collections;using System.Collections.Generic;using UnityEngine; public class HB : MonoBehaviour{ public GameObject[] objects; // Start is 阅读全文
posted @ 2023-02-02 11:21 天分丶张三 阅读(45) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示