2D NPC faces player when conversing
-
- Posts: 5
- Joined: Thu May 11, 2023 9:44 am
2D NPC faces player when conversing
Can you help me let my NPCs face the player when conversing? Only for 2D Unity. Thank you
Re: 2D NPC faces player when conversing
Hi,
Please see here for an explanation of why there's not a single answer for this question: How To: Make NPC Face Player in 2D
If you describe how your NPC character faces different directions, I can provide a suggestion on how to make the NPC face the player.
Please see here for an explanation of why there's not a single answer for this question: How To: Make NPC Face Player in 2D
If you describe how your NPC character faces different directions, I can provide a suggestion on how to make the NPC face the player.
-
- Posts: 5
- Joined: Thu May 11, 2023 9:44 am
Re: 2D NPC faces player when conversing
Just a left and right facing for this one
Re: 2D NPC faces player when conversing
Please read the link in my previous reply. It'll help us determine what you need to do. Based on that article, let me know whether the character faces left/right using Scale > X, or using SpriteRenderer > Flip X, or something else.