- Home /
Unet Multiplayer LookAt healthbar for remote players
Hi there,
im trying to make a multiplayer game and i need to have a healthbar on each player that anyone sees as a sprite (that looks at every player) I have the healthbar but i cant figure out how to make it look at everyones camera.
Have you tried using the billboard render component? That might be what you need.
huh, i found it but i dont know how to use it. I added the component to my healthbar but it doesnt do anything. And google doesnt help me very much...
Answer by Zwusel · Jun 28, 2016 at 11:51 AM
I finally have a solution to the problem. First of all it seems that the Billboard Renderer Component is useless at the moment. That is at least what i found out on google.
Now the solution i found. Just create a list of all players on the server and then make their healthbars look at your camera.
Your answer