MaxSizeContainer plugin for Godot
A downloadable tool
Download NowName your own price
A custom Container node for Godot Egine 3.x, to limit the size of children nodes.
Github: https://github.com/MattUV/godot-MaxSizeContainer
Author: Matthieu Huvé (MattUV)
License: MIT
All Control nodes have a rect_min_size property, but they lack the rect_max_size. The MaxSizeContainer aims at solving this issue.

Features
- Easy to set up : just add the container as any other, and set the maximum dimensions
- When the maximum dimension is set, choose to align from begin, end or center.
- Many possibilities to design the UI that YOU want
| Without the container | ![]() |
| With the container | ![]() |
| With several nested containers | ![]() |
| Status | Released |
| Category | Tool |
| Rating | Rated 5.0 out of 5 stars (1 total ratings) |
| Author | Matt_UV |
| Tags | Godot, maximum-size, plugin, rect_max_size |
Download
Download NowName your own price
Click download now to get access to the following files:
MaxSizeContainer.zip 1.4 MB








Comments
Log in with itch.io to leave a comment.
Why isn't that a built in?`Thank you very much!