Godot Version
4.3
Question
How to access node from a scene to other scene
I am unsure I did it right way or not but it’s terrible to access node runtime in Godot GDscript.
Can Anyone help to me figure out how to access a node from GreenPiece to DiceRoot?
I think It is not possible because it not in parent childe relation and since I have created separate scenes for each sub module I mashed up to make scalable architecture.
Thank You!
Game Programmer