Unable to see left foot in game but I see it in all files, including logs.

Godot Version

4.2.2

Question

How can I get this left foot to be seen? I have structure same across all skeletons and sprites and this ONE foot refuses to show.


It could be a number of things. Looks like you already checked the visibilty and position and z-index of the foot.

  1. check what the global position of the foot is. Your print seems to show the local position
  2. did you duplicate the sprite from the right foot sprite? Godot can be wonky when duplicating a sprite.
  3. Try re-creating the left foot sprite entirely in the node tree.
  4. Check the alpha settings of the sprite. Maybe it’s fully transparent.