Access ANY Node in Godot Scene Tree

preview_player
Показать описание
How to find any path to your nodes in the the Godot scene trees. This will help you address nodes in script to access their properties.

Рекомендации по теме
Комментарии
Автор

First part was cool, but about communication with parent, you should avoid direct communication with parent, or even sibling node, better to use signals and leave parent decision about what to do with information, this way you have more flexible and reusable components

SebkeWMeszke
Автор

I hope this video helps many people who are new to Godot! Leave a 👍 and some comment to help more beginners find this video and support this channel :)

LioGoesIndie
Автор

aw this is a cool trick now i can link and code less
this is so useful

chaosmachines
Автор

Sweet video! Will you do one about accessing other scenes’ nodes and their scripts’ content in the future too?

adriel