本文共 556 字,大约阅读时间需要 1 分钟。
////// 如果想删掉框架自带的例子,那这个例子模式必须要 /// 关闭,否则会出现一些错误。 /// public const bool ExampleMode = false; //例子模式
Packager
////// 生成绑定素材 /// public static void BuildAssetResource(BuildTarget target, bool isWin) { if (AppConst.ExampleMode) { HandleExampleBundle(target); } else { BuildPipeline.BuildAssetBundles(Application.streamingAssetsPath, BuildAssetBundleOptions.None,target); } HandleLuaFile(isWin); AssetDatabase.Refresh(); }
转载地址:http://pzrxo.baihongyu.com/