.STEX 파일 확장자
Godot Engine 3 StreamTexture File
| 개발사 | Godot |
| 인기도 |
3.6 | 14 투표 |
STEX 파일이란 무엇인가요?
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.
추가 정보
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.
STEX 파일을 여는 방법
You should not attempt to open STEX files. Instead, Godot Engine 3 references the STEX assets to apply textures to objects in the game.