[Unity] 2D Sprite Flipping
Apr 16, 2024 · 2 min read · I searched for an alternative to flipping sprites in a sidescroller environment and wasn't that happy with my findings. To flip the sprite, my script uses the x scale to blend the character's start x-axis to its negative counterpart in the context of...
Join discussion