These are support scenes for creating AR and VR applications in Godot.Please note: Godot XR Tools v3 has breaking changes compared to v2!They need to be used in combination with one of the AR or VR interfaces.This plugin requires features added to Godot 3.5Documentation is provided here:https://godotvr.github.io/godot-xr-tools/
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
Support Level
community
Modified Date
8 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
0 total 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
Support Level
community
Modified Date
8 years ago
Git URL
Issue URL