摘要:
效果 1. 补充一下 精准点击物体拖拽的效果 点击选中需要移动的物体,拖动物体, 物体是3D物体,摄像机是正交摄像机, 移动物体代码如下 using System.Collections; using System.Collections.Generic; using UnityEngine; pu 阅读全文
摘要:
unity中必须要有Plugins文件夹以及dll文件官方dll文件下载链接: https://archive.codeplex.com/?p=exceldatareaderdll下载:点击下载 using System.Collections; using System.Collections.G 阅读全文
摘要:
第一种 计时器的写法 带有调用系统时间 using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Sh 阅读全文