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
A simple tool to quickly fetch scripts and custom classes from a public github repo! Makes it much easier to set up new projects, no matter where you're working from.
fetch-my-scripts
Simple plugin in Godot to fetch scripts and classes from Github repos. Adds a single button to the top right. Click it to display possible scripts to fetch.
Change the setup.cfg to point to a public repo. Currently set up to fetch my personal custom classes, feel free to use them!
How to set up your personal Github Repository.
The file structure is fairly easy, you can see the example at https://github.com/ItsBen321/godot-custom-classes
- Main directory:
- Can hold a README.md that will print to the terminal when initially fetched.
- Holds folders, the names are what show up when fetched.
- Folders:
- In each folder you can also put a README.md that will print to the terminal when fetched.
- All the files that should get fetched when the folder is selected! (takes the raw strings and file names)
The folder and the text files will be placed as a sub-folder of this plugin in your project. Enjoy!
A simple tool to quickly fetch scripts and custom classes from a public github repo! Makes it much easier to set up new projects, no matter where you're working from.
Reviews
Quick Information
A simple tool to quickly fetch scripts and custom classes from a public github repo! Makes it much easier to set up new projects, no matter where you're working from.