TSCN File Format Explained
The Text Scene (TSCN) file format is a mostly human-readable file format native to the Godot Engine. It represents a single scene tree inside Godot, storing node trees, layouts, and configuration data within a project.
| Icon | Extension | Original Software | Year | Primary Industry | Geometry | UV Maps | Textures | PBR | Animation | Rigging | Open Use | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| .TSCN | Godot | 2014 | Game Development | Mesh | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ||
TSCN File Format DetailsWhat It StoresIt stores node hierarchies, node properties, script attachments, animation-related scene data, connections, and references to external resources such as meshes, audio files, and textures. Primary Use Cases
Strengths
Limitations
Common Software SupportNatively supported by Godot Engine. Text editors such as VS Code and Notepad++ can open and edit TSCN files as text, but full scene interpretation and validation require Godot. | ||||||||||||



