how to get a floating sprite over a NPC

Hi I was wondering how to make the sprites that appears when you have to talk to a npc or to start a mission, like this one of Genshin Impact, and also make a tooltip that it follows the model

You can find a lot of tutorials in the subject. One example, if you don’t like it, feel free to search for them in Google and/or on YouTube.

https://www.youtube.com/watch?v=0bvDmqqMXcA

1 Like

I would say this is even too complicated since it’s just a static text following the player around on top, look up WorldSpace UI, you can simply parent it or have the position track the player depending on what you’re doing.

https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/HOWTO-UIWorldSpace.html

1 Like

Thank you @Lethn and @ ! i’m going to check it out and let you know what happened :smile: