Table of Contents
- Toggles visibility of the addon (Godot's script editor must have focus)
- Toggles visibility of sections (Godot's script editor must have focus)
- Simply click on its current text
-
In-editor
AssetLib
-
Search for
GDScript Sections
in Godot's in-editorAssetLib
and press download -
Enable the addon in
Project -> Project Settings -> Plugins
-
-
Online
-
Dowload the ZIP archive from link.
-
Import the folder
gdscript_sections/
into your Godot project'saddons/
folder (Godot v4.1). -
Enable the addon in
Project -> Project Settings -> Plugins
-
-
Clone the repo OR download and extract the ZIP archive.
git clone https://github.com/VinhPhmCng/gdscript-sections.git
-
Import the folder
gdscript_sections/
into your Godot project'saddons/
folder (Godot v4.1). -
Enable the addon in
Project -> Project Settings -> Plugins
- Any contribution is much appreciated.