0 votes

This error comes up only occasionally. But I make 2 separate checks to see if current_ecoNode is null before working on it and somehow it's still gets through when it's null. Am I missing something?

current_ecoNode variable type is a custom class that extends GraphNode

Why is this code throwing errors?

Godot version 3.3.rc8
in Engine by (14 points)

1 Answer

0 votes

It could be that current_ecoNode is being freed. Try using is_instance_valid instead of != null.

by (40 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.