I am wondering if there is a way to get a world space health bar or button to face the camera in this new kit? or do I have to use a billboard script? My parent object rotates and moves and so does the UI on the object. Was just wondering if I was doing something wrong.
Not by default, you’ll probably have to change the rotation in script yourself. (should be as simple as transform.rotation = Camera.main.transform.rotation)
1 Like