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
File Search One-Liner
Adds an autoload to recursively search for files, for example:FileSearch.search_dir('res://', "*.gd", true)This will find all .gd files in the project directory.
Supported Engine Version
4.0
Version String
1.1
License Version
MIT
Support Level
community
Modified Date
10 months ago
Git URL
Issue URL
Adds an autoload to recursively search for files, for example:
FileSearch.search_dir('res://', "*.gd", true)
This will find all .gd files in the project directory.
Reviews
Quick Information
File Search One-Liner
Adds an autoload to recursively search for files, for example:FileSearch.search_dir('res://', "*.gd", true)This will find all .gd files in the project directory.
Supported Engine Version
4.0
Version String
1.1
License Version
MIT
Support Level
community
Modified Date
10 months ago
Git URL
Issue URL