02 2020 档案
摘要:// <summary>/// 对bound来说,它有8个点,当它的8个点同时处于摄像机裁剪块上方/下方/前方/后方/左方/右方,那么该bound不与摄像机可视范围交叉/// </summary> public static class Expand { public static bool Che
阅读全文
摘要:AssetBundle的几种加载方式 一:load byte as bundle UnityWebRequest webBBLoadRequest = UnityWebRequest.Get(path); yield return webBBLoadRequest.SendWebRequest();
阅读全文
摘要:拼接路径: string destination = Path.Combine(Application.dataPath, AssetBundleConfig.AssetsFolderName); 获取路径下文件: string[] files = Directory.GetFiles(dirPat
阅读全文
摘要:using UnityEngine;using System.Collections;using UnityEditor.ProjectWindowCallback;using System.IO;using UnityEditor;public class CreateLua { [MenuIte
阅读全文

浙公网安备 33010602011771号