Skip to content

GDQuest/godot-addons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDQuest Godot Addons

This is part of a GDQuest Godot repository containing multiple addons:

✓ Install

Manual

  1. Copy any addons/PLUGIN_NAME into res://addons/PLUGIN_NAME.
  2. Enable the addon from Project > Project Settings... > Plugins.

gd-plug

  1. Install gd-plug using the Godot Asset Library.
  2. Save the following code into the file res://plug.gd (create the file if necessary):
#!/usr/bin/env -S godot --headless --script
extends "res://addons/gd-plug/plug.gd"


func _plugging() -> void:
	plug(
		"git@github.com:GDQuest/godot-addons.git",
		{include = ["addons/PLUGIN_NAME"]}
	)
  1. On Linux, make the res://plug.gd script executable with chmod +x plug.gd.
  2. Using the command line, run ./plug.gd install or godot --headless --script plug.gd install.

Releases

No releases published

Sponsor this project

Packages

No packages published