Godot Version
4.3
Question
I am new to Godot and game dev in general, so I apologize if I am not able to explain clearly. I am following this tutorial https://www.youtube.com/watch?v=3sWH2lsntek .
I am at the section where I am adding an advanced jump component. At the final step, I need to Select the Player under Scene, then assign the Advanced Jump Component variable to the JumpComponent Node in the Inspector window. The player.gd dropdown menu that should appear, doesn’t appear for me. I have gone through these exact same steps successfully 4 times already for different variables, but for some reason the player.gd dropdown menu isn’t appearing this time.
Please Help
Thanks in advance!