Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Batch .scn to .tscn
Small script to convert all .scn files in a project into .tscn
Supported Engine Version
2.1.4
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
7 years ago
Git URL
Issue URL
Godot - Convert .scn to .tscn
A small script to batch convert .scn files to .tscn.
Usage
Add this script to your project's root directory. Inside this directory, in the command line run godot -s scn_to_tscn.gd
to convert all .scn files in the project to .tscn. Add -rm
to the end of the command to automatically remove the .scn files that are left behind.
Small script to convert all .scn files in a project into .tscn
Reviews
Quick Information

Batch .scn to .tscn
Small script to convert all .scn files in a project into .tscn
Supported Engine Version
2.1.4
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
7 years ago
Git URL
Issue URL