ADDON_DESCRIPTION
This repository only contains the add-on. See USER/REPOSITORY-demo for the demonstration project.
- ADDON_FEATURE_1
- ADDON_FEATURE_2
- ...
- Open the Godot editor.
- Navigate to the AssetLib tab at the top of the editor and search for "ADDON_NAME".
- Install the ADDON_NAME plugin. Keep all files checked during installation.
- In the editor, open Project > Project Settings, go to Plugins and enable the ADDON_NAME plugin.
Manual installation lets you use pre-release versions of this add-on by
following its master
branch.
- Clone this Git repository:
git clone https://github.com/USER/REPOSITORY.git
Alternatively, you can download a ZIP archive if you do not have Git installed.
- Move the
addons/
folder to your project folder. - In the editor, open Project > Project Settings, go to Plugins and enable the ADDON_NAME plugin.
USAGE
Copyright © 2020 FULL NAME and contributors
Unless otherwise specified, files in this repository are licensed under the MIT license. See LICENSE.md for more information.