What is a .GODOT file?
A Godot file is part of a project for the Godot game engine. Created and opened by Godot.
- Did you know
- Godot is a free, open-source game engine first released publicly in 2014.
- The project.godot file is the INI-style entry point the engine scans to recognise a folder as a Godot project.
- It replaced the engine.cfg file used up to Godot 2, taking the new name when Godot 3 arrived.
- What Analyser reads
- Identify game-engine assets: Unity (UNITYPACKAGE), Unreal Engine (UASSET, UMAP), and Godot (TSCN, TRES).
- Depth of analysis
- .GODOT is an identification-grade format: Analyser recognises it from its bytes and decodes the header metadata it carries, rather than opening it in a full viewer. Formats that do get a full viewer are marked "Full" on the formats page.
- Open a .GODOT file
- Drag a .GODOT file onto the Analyser home page (or tap to pick one). It is identified entirely in your browser - nothing is uploaded, there is no account, and it works offline once installed.
- Related formats
- .UNITYPACKAGE · .UASSET · .UMAP · .TSCN · .TRES. See all supported file types.