嗨 大家好 我想知道怎么把UI坐标转换成3D坐标

I have a problem. It is a label on the 3D object. The tag is the Text of UI. How can we transform the coordinates of UI Text into 3D world coordinates and place them on suitable 3D objects. It’s similar to the monster in the game or the blood bar on the player’s head.

You will need to convert from world space to UI screen space which links in this post should get you get you on the right track: Trouble mapping back 3D model position to 2D screen position

Thank you very much !