ArshvirGoraya / Godot-Collapsible-Container

A control node capable of hiding and revealing its children by folding and unfolding.
https://youtube.com/shorts/oL1CeBRQZv8?feature=share
MIT License
61 stars 2 forks source link
accordion-plugin addon collapsible collapsible-accordion collapsible-plugin game-development gdscript godot-engine godot-engine-4 godot-game-engine godot-plugin tool ui

drawing CollapsibleContainer

OpeningClosing in Game gif

A Godot plugin node capable of expanding and collapsing.

A custom node for the Godot Game Engine that can help with many of your expanding/collapsing UI needs. It was initially made to mimic an accordion UI element.

OpeningClosing in Editor gif

Table of contents

Node Information

Basic Tutorial Video

Tutorial video going over the basics of the CollapsibleContainer node: https://youtu.be/o2qTSv0QmKA

Installation

You can install the plugin from within Godot's AssetLib tab! Remember to enable it in Project Settings!

Official Godot guide to installing plugins: https://docs.godotengine.org/en/stable/tutorials/plugins/editor/installing_plugins.html

Video guide to install a release from GitHub: https://youtu.be/JRsGAgpPV8U

Written Step-By-Step Guide to Install a Release from GitHub

1. In the [releases section](https://github.com/ArshvirGoraya/Godot-Collapsible-Container/releases), find the release which corresponds with your Godot version. If a Godot version is not listed, this plugin likely does not work in that Godot version. 2. Download the .zip file from the release which corresponds with your Godot version. 3. Open your Godot project. 4. Create an "addons" folder if it does not already exist in your project's "res://" folder. 5. Unzip downloaded zip file into that addons folder. 6. Enable the plugin: Projects -> Project Settings -> Plugins -> Click enable on the CollapsibleContainer plugin. 7. Done! You can now add the CollapsibleContainer node into your scene tree.

Contribute

Bug/Feedback: Submit an issue using the issues tab after ensuring that it won't be a duplicate.

Pull requests:

Donate

Buy Me a Coffee at ko-fi.com Donate at paypal.com