.BYTES Estensione file

Binary Text Asset Data File

Sviluppatore Unity Technologies
Popolarità
4.0  |  30 Voti
 

Che cos'è un file 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.

Maggiori informazioni

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);

Apri oltre 400 formati di file con File Viewer Plus.Download gratuito

Programmi che aprono o fanno riferimento ai file BYTES

Verificato da FileInfo.com

Il team di FileInfo.com ha analizzato in modo indipendente il formato file Binary Text Asset Data e le app Mac and Windows elencate in questa pagina. Il nostro obiettivo è il 100% di accuratezza e pubblichiamo solo informazioni sui tipi di file che abbiamo verificato.

Se desideri suggerire aggiunte o aggiornamenti a questa pagina, faccelo sapere.