Creating a Custom Tab System in Godot

preview_player
Показать описание
In this video, We would create a simple tab system in Godot, which can be customized with themes.

Be sure to LIKE and SUBSCRIBE if you enjoyed this guide! Share the video for extra love!

----{Social }----

Discord

Reddit

Patreon

#godot #godotengine #godottutorial #godotisfun #godot4.0
Рекомендации по теме
Комментарии
Автор

Hi! Tabs is a different way to create TabContainer, Tabs should NOT be children of TabContainer.
All you need is to add TextEdit and other tabs as TabContainer children directly.

Also it's better to use Layout — FullRect to make a control have full size of the parent.

mebeats
Автор

4:07 here it is not asking which scene you want to preview, it is asking if you want to set the current scene as main scene, because you pressed the button that runs the main scene (which shortcut is F5). If you want to run the current scene without setting it as main scenere, you can press F6 (or press the button on the top right, next to the stop button if you want to do it slowly >:/)

Also it is much faster to remember some shortcut by association, like:

For adding a child note you can just press: CTRL + A ( a for adding)
For duplicating a selected node : CTRL + D ( d for duplicate)

stranostrani
Автор

Thanks for the tutorial. I actually needed this for my text editor project.

MartyJames
Автор

I'm so glad this was the first search result - very to the point, great vid - thanks!

scorpionlair
Автор

Thank you! First time using tabs and your vid pretty much told me everything I needed to know.

triberium_
Автор

Thank you for the video!!!! I really needed it

betterstayout
Автор

Can you create a video on how to create a vertical tabs?

vickylance
Автор

And the download link in the description?

AragamiMusic