What is a .TSCN file?
TSCN is a Godot scene saved in a readable text form. Created and opened by Godot.
- Did you know
- Godot’s text scene files are designed to work cleanly with version control like Git.
- Godot was created by Juan Linietsky and Ariel Manzur and named after Samuel Beckett’s “Waiting for Godot”.
- On import Godot compiles the readable TSCN into a faster binary .scn file for actual loading.
- What Analyser reads
- Identify game-engine assets: Unity (UNITYPACKAGE), Unreal Engine (UASSET, UMAP), and Godot (TSCN, TRES).
- Depth of analysis
- .TSCN 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 .TSCN file
- Drag a .TSCN 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 · .GODOT · .TRES. See all supported file types.