I want to position a Frame in a viewport relative to the object’s position inside of the viewport.
As you know you cannot place billboard guis inside of a viewport frame which would make my life so much easier. Which is why I need to know how to place a gui in a viewport at a position relative to the position of the object inside of it. Any ideas?
That being said the camera is moving inside of the viewport frame which changes the position. However if I can get a general idea of how to convert the object space inside to a 2D space for the viewport then I should be able to get it rolling.