.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%の正確性であり、検証済みのファイルタイプに関する情報のみを公開しています。

このページへの追加や更新をご提案いただける場合は、お知らせください。