摘要: //效果 //制作雷达图 using System.Collections;using System.Collections.Generic;using System.Linq;using UnityEngine;using UnityEngine.UI; public class RadarMap 阅读全文
posted @ 2023-02-23 09:42 天分丶张三 阅读(74) 评论(0) 推荐(0)
摘要: 角色移动代码 锚点必须设置正确否则会偏移 using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.EventSystems; public class Rocker : 阅读全文
posted @ 2023-02-14 15:24 天分丶张三 阅读(32) 评论(0) 推荐(0)
摘要: 没有加批处理绘制次数很高 FPS 81 加批处理绘制次数降低 FPS 94 using System.Collections;using System.Collections.Generic;using UnityEngine; public class StaticBatchProcessing 阅读全文
posted @ 2023-02-07 13:42 天分丶张三 阅读(35) 评论(0) 推荐(0)
摘要: 注意事项: 图片中需要允许设置读写 不打勾会报错 效果 using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI; public class CreatTerrti 阅读全文
posted @ 2023-02-07 11:46 天分丶张三 阅读(56) 评论(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 天分丶张三 阅读(56) 评论(0) 推荐(0)
摘要: using System.Linq;using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI; public class Xingzhuang : Maskable 阅读全文
posted @ 2023-01-06 11:10 天分丶张三 阅读(350) 评论(0) 推荐(0)
摘要: using System;using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI; public class YuanZhu : MonoBehaviour{ p 阅读全文
posted @ 2023-01-06 10:46 天分丶张三 阅读(60) 评论(0) 推荐(0)
摘要: using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI; public class Round : MonoBehaviour{ public MeshFilte 阅读全文
posted @ 2023-01-06 10:41 天分丶张三 阅读(76) 评论(0) 推荐(0)
摘要: using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI; public class Rectangular : Graphic//这个类加上后自动添加渲染和网格组 阅读全文
posted @ 2023-01-06 10:39 天分丶张三 阅读(66) 评论(0) 推荐(0)
摘要: using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI; public class TheCube : MonoBehaviour{ public MeshFil 阅读全文
posted @ 2023-01-06 10:18 天分丶张三 阅读(111) 评论(0) 推荐(0)