Godot Animated Box Container Plugin C# Ver
This plugin will animate layout direction change in container.
GDScrpit version is at GramineaGroup/animated_box_container_gdscript
**Important Notes: ** Please compile and reload the project first after enabling this plugin or before exporting the projecrt. We use hacks to bypass an C# plugin initization error in Godot.
Please submit any issues you found. Contribution and suggestions are warmly welcomed.
Setting Recommendation
It is recommended not to use Fill
size flag for both vertical and horizontal directions for children under Animated Box Container
. Using it will have incorrect animation set for all children, causing unexpected behaviors.
Using Animated Box Container
together with Animated Panel Container is recommended as we have a special variable in Animated Panel Container
for Animated Box Container
to know the final size of any Animated Panel Container
children.
Demo
Changing Layout Direction Like a Normal Box Container
https://github.com/user-attachments/assets/5f52a7bf-047e-4cbf-b406-63d6782f0674
Changing Layout Direction but with Animation
https://github.com/user-attachments/assets/09a051e7-51b9-43ad-a26b-f022f9696270
Integrated with Animated Panel Container
to Get Scaling Animation
https://github.com/user-attachments/assets/3dd38ba8-d583-4ee8-8019-02139b501268