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

Unity3D 加载二进制数据

时间:2020-03-16 09:18:31      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:text   property   ica   use   ref   The   ade   can   down   

【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 加载二进制数据

标签:text   property   ica   use   ref   The   ade   can   down   

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

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