当前目录 stringpath= Environment.CurrentDirectory; 上级目录 string path = new DirectoryInfo(".....
using System; using System.IO; using System.Collections.Generic; using System.Runtime.S...
using System; using System.Data; using System.Data.OleDb; namespace ClientExcelTableMan...
Object go2 = AssetDatabase.LoadAssetAtPath(MakeCreaturePrefabWindow.Check_modelNames[ke...
UnityEngine.Object _obj = AssetDatabase.LoadAssetAtPath(_materialPath + @"\" + _materia...
作者:蔡小帅 链接:http://www.zhihu.com/question/21081976/answer/34748080 来源:知乎 著作权归作者所有,转载请联系作者...
usingUnityEngine; usingSystem.Collections; usingUnityEngine.EventSystems; publicclassEv...
using UnityEngine; using System.Collections; public class UIEventListener : MonoBehavio...
一个像素占多大内存 多少字节 1TB=1024GB 1GB=1024MB 1MB=1024KB 1KB=1024B 1B=8b 取决于需要存储一个像素的多少信息,以及是否采用...
AboutWIndowLicenseLabel AC LeftArrow AC RightArrow AnimationCurveEditorBackground Anima...
目前iOS的指令集有以下几种: armv6 iPhone iPhone2 iPhone3G 第一代和第二代iPod Touch armv7 iPhone4 iPhone4S ...
HTTPS和HTTP的区别: https协议需要到ca申请证书,一般免费证书很少,需要交费。 http是超文本传输协议,信息是明文传输,https 则是具有安全性的ssl加密...
新建一个空白的文本文件,然后改名 deleteIt.bat 右键用记事本打开,粘贴 DEL /F /A /Q \\?\%1 RD /S /Q \\?\%1 保存,关闭,然后将...
using UnityEngine; using System.Collections; public class FbxTest : MonoBehaviour { pub...
using UnityEngine; using System.Collections; using UnityEditor; public class RemoveComp...
Dictionary _clips = new Dictionary(); Animation _ani = prefabObj.GetComponent(); foreac...
static void AddTag(string tag) { if (!isHasTag(tag)) { SerializedObject tagManager = ne...
对比下来我发现,2.5倍是比较好的比例 就是你如果一个icon的像素大小是80x80的话,那就用一张32x32的圆形图片 做成9宫格,mask上去
在unity使用Application.OpenUrl(path);方法即可调用 注意,需要在bat中第一行添加语句cd /D %~dp0 不然会调用失败,窗口会一闪而过 c...