Flexbox layout for Godot Engine
Godot4.1 New Version Support, Enhanced User Experience, Just Like Native Components.
🎉 Support 4.1 now !
Old Version | Link |
---|---|
Godot 4.0 | Click Here ✔️ |
Godot 3.5 | Click Here ✔️ |
This is a work in progress. It can be used with basic functionality, and has been tested on Windows and Android.
- Get the latest release from the Godot Asset Library here
- Clone the repository and copy the
addons
folder into your project
- Add the
FlexContainer
node to your scene
- Change the
FlexDirection
property in the inspector, and you will see the layout change. You can also change the child properties in the child inspector.