Unity3D 加载二进制数据

Posted open-coder

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unity3D 加载二进制数据相关的知识,希望对你有一定的参考价值。

【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 加载二进制数据的主要内容,如果未能解决你的问题,请参考以下文章

数据正在转换为二进制格式,同时使用 Apache pig 将数据加载到 monet db

加载外部二进制数据作为数据url

如何使用 AS3 从 Web 服务器加载二进制数据?

如何使用 Javascript 和 XMLHttpRequest 加载二进制图像数据?

如何使用 Javascript 和 XMLHttpRequest 加载二进制图像数据?

python中的火花:通过使用numpy.fromfile加载二进制数据来创建rdd