How debug error #621
Answered
by
mrDIMAS
realroot2185
asked this question in
Q&A
How debug error
#621
-
From the editor using the "green play button " I launch the rpg game from the tutorial but it crashes:
Is there some tutorial to how make a map? |
Beta Was this translation helpful? Give feedback.
Answered by
mrDIMAS
Mar 17, 2024
Replies: 1 comment
-
The issue is in your code |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
realroot2185
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue is in your code
Attempt to use dangling handle [Idx: 0; Gen: 0]. Record has generation 1!
- this means that you have an unassigned handle in yourPlayer
script.