Kodi Community Forum
Display dynamic text in the foreground - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Unity (https://forum.kodi.tv/forumdisplay.php?fid=244)
+---- Thread: Display dynamic text in the foreground (/showthread.php?tid=366733)



Display dynamic text in the foreground - adergui - 2022-01-27

Hello,
I'm on a 2D game development project.
The objective is to display a text above certain fixed and mobile objects.
I managed to display a text for the objects but the problem is that it is not brought to the foreground.
The type of object that worked is the TextMesh (because the others are fixed on a positioinv and do not follow the movement of an associated object).
The question is, how to display the TextMesh in the foreground?
The "Order in Layer" and "Sorting Layer" properties don't work, nor do the "Position Z" and "Scale Z" properties.

Image


RE: Display dynamic text in the foreground - Bumpaneer - 2022-01-29

I'm not sure this has anything to do with the Unity skin for the Kodi application.