.IMPORT File
.import is Godot Engine Import Settings File
Features | Description |
---|---|
File Extension | .import |
Created by | Godot |
Category | Settings |
.import is Godot Engine Import Settings File
Features | Description |
---|---|
File Extension | .import |
Created by | Godot |
Category | Settings |
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.