Hey @mantricore
May be I need to see the function you use to calculate the “Signal Location”, but things I can tell you:
-
Make sure the size of your signal widget is exactly what you expect it to be, no stretching or relative to anything else. It should preserve aspect ratio with the “Console”'s widget scale.
-
Depending on how you set the anchors for the Signal Widget, the calculations for its location will change. If you want to do it based on the Canvas center of its parent, assign (x: 0.5, y: 0.5) as the anchor values.
-
Also, in case I understood correctly, the position shouldn’t be calculated based on 3D world space, it should be only relative to the Console’s Widget.