码迷,mamicode.com
首页 > 编程语言 > 详细

Unity加载二进制数据

时间:2015-02-05 21:47:55      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:

Unity加载二进制数据

  The first step is to save your binary data file with the ".bytes" extensionunity will treat this file as a TextAsset. As a TextAsset the file can be included when you build your AssetBundle. Once you have downloaded the AssetBundle in your application and loaded the TextAsset object, you can use the .bytes property of the TextAsset to retrieve your binary data.

参考:http://www.unitymanual.com/thread-2037-1-1.html  

Unity加载二进制数据

标签:

原文地址:http://www.cnblogs.com/tekkaman/p/4275953.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!