.IMPORT File Extension
Godot Engine Import Settings File
Developer | Godot |
Popularity |
3.5 | 6 Votes |
What is an IMPORT file?
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.
More Information
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.