DebugDraw2D.create_graph returns null #67
Replies: 2 comments
-
|
I'm not sure what's wrong, the main limitation for creating a graph should be enabling debugging in At the moment, I can only recommend using another library for drawing graphs. Do you have any similar problems with other addon features? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The graphs were removed in 1.5.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running the following code:
var graph = DebugDraw2D.create_graph("title")On a function that is connect to a signal that is sent when a new scene is loaded.
Even if I put the code in
_readyor_enter_treeI still get the same problemAnyone knows what the reason could be?
Beta Was this translation helpful? Give feedback.
All reactions