Pink Square Following Player - SOLVED

Godot Version

v4.3.stable.official [77dcf97d8]

Question

When working on my game I noticed that whenever I move the player way up on the map or way down on the map this pink square starts to follow my player with an offset. I included a screenshot of it. I have no idea where it's coming from or how to get rid of it. Have you guys seen this before?

Share your node tree at least, because without that the only help we can offer is asking you to reinstall and check if that fixes it.

1 Like

I got it figured out thanks for checking it out anyways. Turned out to be a ground check Line2D I was using to visualize my ground checking raycast. I left it on and it was displaying in game.

1 Like