.BYTES 文件扩展名

Binary Text Asset Data File

开发者 Unity Technologies
受欢迎程度
4.0  |  30 
 

什么是 BYTES 文件?

File used by Unity, a 3D game development application; contains binary data from the text asset (commonly using but not limited to the .TXT extension) file; loaded as a text asset and accessed through the bytes property; extension must be manually changed to BYTES.

更多信息

An example of the BYTES extension in use would be changing a .JPEG extension and putting it in your "Resources" folder. Then using the following script:

//Load texture from disk
TextAsset bindata= Resources.Load("Texture") as TextAsset;
Texture2D tex = new Texture2D(1,1);
tex.LoadImage(bindata.bytes);

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 BYTES 文件的程序

分类: 开发者
更新时间: 2013-11-01

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Binary Text Asset Data 文件格式和 Mac and Windows 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们