Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Easy to useStacked multiple windowsRich customization optionsSupports fully customizable window UI skinsRegular method support for chaining calls, i.e., win.a().b().c()Cross-window automatic button focus controlImplemented using await to wait for the modal window to close, i.e., await win.wait_to_close()

Godot Modal Window v0.1 / δΈζ
Features
- Easy to use
- Pure GDScript implementation
- Stacked multiple windows
- Rich customization options
- Supports fully customizable window UI skins
- Regular method support for chaining calls, i.e.,
win.a().b().c()
- Implemented using await to wait for the modal window to close, i.e.,
await win.wait_to_close()
π Experience the Best Practices π
Download this project locally and run the example scene.
How To Use
- Enable the ModalWindow addon
- Enable the ModalWindowManager in the globals setting
- Use this code to create the window:
ModalWinddowManager.create('Content','Title')
Supported Platforms
- Web
- Windows
- Linux
- Android
- iOS
β οΈ Please refer to the π Custom Preset Scene for the node naming conventions to create custom window scenes.
Assets
Todo
- Write a documents
Easy to use
Stacked multiple windows
Rich customization options
Supports fully customizable window UI skins
Regular method support for chaining calls, i.e., win.a().b().c()
Cross-window automatic button focus control
Implemented using await to wait for the modal window to close, i.e., await win.wait_to_close()
Reviews
Quick Information

Easy to useStacked multiple windowsRich customization optionsSupports fully customizable window UI skinsRegular method support for chaining calls, i.e., win.a().b().c()Cross-window automatic button focus controlImplemented using await to wait for the modal window to close, i.e., await win.wait_to_close()