Hi,
I am trying to implement a feature where user can measure the distance between 2 gameobjects in a particular layer. Basic setup is done, on mouse clicks I get the line drawn between two gameobjects using LineRenderer.
Next, I want to show the distance between those two objects on top of line itself. Text should be aligned with Line. Would be great if text element is always pointing to user ( like a billboard ) for easy reading but aligned with line. Even if text element is not facing user, it should be always aligned with the line drawn.
What are the approaches this can done? I have no idea about Unity UI system as of now, but if really required I will look at is as well.
Thanks.
