首页 > 编程语言 > 详细

Unity加载二进制数据

时间:2015-02-05 21:46:17      阅读:522      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!