I’m currently instantiating a text element per detected player in the scene that displays the respective player’s health. The text is instantiated as the child of a static canvas. However, I’d rather instantiate the text element such that it follows the respective player slightly above it.
I’ve been considering giving each player their own canvas (as a child of the player), but there must be a better way to solve my issue. Any ideas?