摘要:
//轮转图效果↑ using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.EventSystems;using UnityEngine.UI;using DG.Twee 阅读全文
摘要:
需要Cinemachine相机,选CM FreeLook //代码 using System.Collections;using System.Collections.Generic;using UnityEngine; public class CameraMovement : MonoBehav 阅读全文
摘要:
框选物品人物等等 1,需要设置的东西 选择这个模型并且 关闭Fill Center 直接就出现中空矩形,代码写好挂上即可 代码 using System.Collections;using System.Collections.Generic;using UnityEngine; public cl 阅读全文
摘要:
选倒数第二个↑ 此处是监听 挂载发射东西的身上 比如角色(此处是Cinemachine相机) 选6D 在球球上选这个脚本 并在齿轮选6D 震动频率 数值越高震动越猛 效果 球球掉落碰到地板 直接地震 阅读全文
摘要:
//图一效果 图二使用方法 拖入即可 或者给指定目录下对应预制体 using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEditor; public class PlayerPic 阅读全文
摘要:
效果,(此处使用了轮转图,随笔里面记的有,可以查看之前写的) 1,换装代码 using System.Collections;using System.Collections.Generic;using UnityEngine; public class ChangeOfOutfit : MonoB 阅读全文
摘要:
以上是效果展示 1,柏林噪声算法做地图代码 using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI; public class GridMap : MonoBeh 阅读全文
摘要:
图片 效果 代码 using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI; public class CreatTerrtin : MonoBehaviour{ 阅读全文
摘要:
此文件CSV需要改格式 TF-8的格式不然会乱码 using System.Collections;using System.Collections.Generic;using UnityEngine; public class DatasPlayer{ public string[] arr=ne 阅读全文
摘要:
3D轮转图 + 雷达图 +CSV解析 选择的人物对应属性显示 1,csv解析 using System.Collections;using System.Collections.Generic;using UnityEngine; public class PlayerData{ public st 阅读全文