Godot Version
4.4.1-stable
Question
I’m trying to implement this tutorial in GoDot 4. I’ve implemented so far the rope logic, but no matter what I do, I can’t make the line to actually appear on the screen. I can only see the rope ends, but not the rope itself. I can also interact with the rope, like the player “bumps” into it, but it’s not visible. I’ve reimplemented the logic in another separate project, and then to my surprize it actually worked. I don’t understand what I’m doing wrong. What can prevent a line to be drawn on the screen?
I’ve tried to make everything else not visible (by clicking the eye button next to the node in the tree), but still no luck. Does anyone know what the problem might be?
Here’s a link to the repository with the test project. I’ve also added some other nodes in the main scene to mimic the scene of my game.
Here’s how it looks like in my game
Cheers,
Ben