随笔分类 -  Unity&AssetBundle

摘要:原地址:http://www.cnblogs.com/88999660/archive/2013/04/10/3011912.html首先要鄙视下unity3d的文档编写人员极度不负责任,到发帖为止依然没有更新正确的示例代码。// C# Example// Builds an asset bundl... 阅读全文
posted @ 2014-05-02 12:04 ing... 阅读(280) 评论(0) 推荐(0)
摘要:原地址:http://www.cnblogs.com/88999660/archive/2013/03/15/2961587.html保护资源管理文件的相关内容 Unity允许用户使用AssetBundle.CreateFromMemory从一个 byte[]数组中建立一个AssetBundle的对... 阅读全文
posted @ 2014-05-02 11:37 ing... 阅读(271) 评论(0) 推荐(0)
摘要:using System.Collections.Generic;using System.IO;using UnityEditor;using UnityEngine;class CreateAssetbundles{ // This method creates an assetbundl... 阅读全文
posted @ 2014-05-02 11:26 ing... 阅读(324) 评论(0) 推荐(0)
摘要:原地址:http://www.cnblogs.com/hisiqi/p/3204752.html本文记录如何通过unity3d进行脚本资源打包加载1、创建TestDll.cs文件public class TestDll : MonoBehaviour { void Start () { print... 阅读全文
posted @ 2014-05-02 11:17 ing... 阅读(303) 评论(0) 推荐(0)