摘要: //轮转图效果↑ using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.EventSystems;using UnityEngine.UI;using DG.Twee 阅读全文
posted @ 2023-03-19 12:07 天分丶张三 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 需要Cinemachine相机,选CM FreeLook //代码 using System.Collections;using System.Collections.Generic;using UnityEngine; public class CameraMovement : MonoBehav 阅读全文
posted @ 2023-03-10 18:35 天分丶张三 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 框选物品人物等等 1,需要设置的东西 选择这个模型并且 关闭Fill Center 直接就出现中空矩形,代码写好挂上即可 代码 using System.Collections;using System.Collections.Generic;using UnityEngine; public cl 阅读全文
posted @ 2023-03-10 16:38 天分丶张三 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 选倒数第二个↑ 此处是监听 挂载发射东西的身上 比如角色(此处是Cinemachine相机) 选6D 在球球上选这个脚本 并在齿轮选6D 震动频率 数值越高震动越猛 效果 球球掉落碰到地板 直接地震 阅读全文
posted @ 2023-03-08 18:49 天分丶张三 阅读(35) 评论(0) 推荐(0) 编辑
摘要: //图一效果 图二使用方法 拖入即可 或者给指定目录下对应预制体 using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEditor; public class PlayerPic 阅读全文
posted @ 2023-03-07 08:15 天分丶张三 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 效果,(此处使用了轮转图,随笔里面记的有,可以查看之前写的) 1,换装代码 using System.Collections;using System.Collections.Generic;using UnityEngine; public class ChangeOfOutfit : MonoB 阅读全文
posted @ 2023-03-05 10:57 天分丶张三 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 以上是效果展示 1,柏林噪声算法做地图代码 using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI; public class GridMap : MonoBeh 阅读全文
posted @ 2023-03-03 13:48 天分丶张三 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 图片 效果 代码 using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI; public class CreatTerrtin : MonoBehaviour{ 阅读全文
posted @ 2023-03-02 08:30 天分丶张三 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 此文件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 天分丶张三 阅读(115) 评论(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) 编辑
点击右上角即可分享
微信分享提示