Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Way to export Direct References to Nodes in Scene Tree #21875

Closed
swarnimarun opened this issue Sep 8, 2018 · 3 comments
Closed

Way to export Direct References to Nodes in Scene Tree #21875

swarnimarun opened this issue Sep 8, 2018 · 3 comments

Comments

@swarnimarun
Copy link
Contributor

Feature Proposal:
It's something that has always been really awkward in Godot, why don't we have a way to point to an Node as a reference rather than only use it's node path.

When you move from Unity this might be the biggest difference that Godot's NodePath is more useless than Magikarp (hello poke fans).

Case and point, all that NodePath does is store a string in a wrapper object and provide some helper functions. Atleast that's what it seems to be doing.

Ok so references might not be possible(easy to implement) but callbacks are can't we have communication between the nodes in the scene tree similar to how dependencies work in the FileSystem dock. It knows where it's being refered to for Resources.

It's not a necessary feature, might be.
But an important one. YES. I am sure about that.

It will add soo much more ease of use to the Godot system.

@vnen
Copy link
Member

vnen commented Sep 10, 2018

Isn't this the same as #7821?

@akien-mga
Copy link
Member

I don't understand what feature you're proposing...

@swarnimarun
Copy link
Contributor Author

@vnen @akien-mga Yeah it's the same as #7821 so closing it now but I would really like to see some work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants