首页 > 编程语言 > 详细

Unity3D 加载二进制数据

时间:2020-03-16 10:23:01      阅读:182      评论:0      收藏:0      [点我收藏+]

【Unity加载二进制数据】

  The first step is to save your binary data file with the ".bytes" extension. Unity 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.

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

Unity3D 加载二进制数据

原文:https://www.cnblogs.com/open-coder/p/12501734.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!