-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Asset Library Page
You can install this Plugin from the Godot Asset Library by searching "Godot Form" in the Asset Library tab in the Godot Editor.
When using git you will unfortunately get additional files in the root of the project, such as .gitignore
, README.md
and LICENSE
. You will have to delete these manually.
If you're wondering; I tried to use subtrees but it ended up giving me trouble with branches and pull requests. Submodules are not supported by the Asset Library.
You can also clone this repo into your project's folder like so:
git clone https://github.com/moritz-t-w/Godot-Form.git .
You can also download the compressed addons
folder from the latest release and unzip it into your project's root folder.
If you don't trust me (which you shouldn't) you can also download the source code from the release page.
This is not recommended because you will have to manually update the plugin.