Skip to content

Installation

Moritz Tim W edited this page Nov 24, 2023 · 9 revisions

Asset Library

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.

Git

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.

Clone

You can also clone this repo into your project's folder like so:

git clone https://github.com/moritz-t-w/Godot-Form.git .

Manual (not recommended)

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.

Clone this wiki locally