.BYTES Rozszerzenie pliku
Binary Text Asset Data File
| Deweloper | Unity Technologies |
| Popularność |
4.0 | 30 Głosów |
Czym jest plik 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.
Więcej informacji
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);
Programy otwierające lub odwołujące się do plików BYTES
Windows
Bezpłatny
Mac
Bezpłatny