.IMPORT 파일 확장자
Godot Engine Import Settings File
| 개발사 | Godot |
| 인기도 |
3.9 | 8 투표 |
IMPORT 파일이란 무엇인가요?
An IMPORT file is a settings file created by Godot Engine, a free and open source game engine used to create 2D and 3D games. It contains information in plain text that describes how files imported into a .GODOT project should be displayed in the project, which may include compression quality for images and if a video loops.
추가 정보
When a user imports a file, such as an .ESCN, .PNG, .OGG, or .WAV file, into the project, an IMPORT file is created in the same directory as the imported file. The IMPORT file name consists of the same name as the imported file, but with the .import extension appended to it. For example, when sample.wav is imported into the project, the IMPORT file is named sample.wav.import.