PERRINN / project-424-unity

Simulation of the 424 in Unity using Vehicle Physics Pro
100 stars 51 forks source link

UI telemetry integration #67

Closed Maesla closed 3 years ago

Maesla commented 3 years ago

Created a UI element in the layout that represents the Telemetry UI Space. The size and position of this UI element is read and then written over telemetryDisplay

RectTransformToScreenCoordinates is a component created to transform UI coordinates to screen coordinates TelemetryUIIntegration reads that coordinates and write them in telemetryDisplay

There are three visualization modes. They can be iterated by key: "T"

There is a 4th mode, channelList, but it is disabled by the moment