.STEX Bestandsextensie
Godot Engine 3 StreamTexture File
| Ontwikkelaar | Godot |
| Populariteit |
3.6 | 14 Stemmen |
Wat is een STEX-bestand?
A STEX file contains a texture created by version 3 of Godot Engine, a free and open-source game engine used to create 2D and 3D games. It stores an image in StreamTexture format, which is applied to an object in the game to give it texture. Godot replaced the STEX format with the .CTEX format when it released version 4 of Godot Engine.
Meer informatie
You can create STEX files by dragging and dropping an image, typically a .PNG file, into the project assets in Godot Engine. Godot Engine then copies the image file and appends the .stex file extension onto the existing file extension.
Een STEX-bestand openen
You should not attempt to open STEX files. Instead, Godot Engine 3 references the STEX assets to apply textures to objects in the game.