lbm-entrydisplay-01.webp

The leaderboard entry display is a script that aids in displaying a leaderboard entry on UI. It replaces an older solution that got the references by index which was more rigid than it needed to be.

The current setup has you referencing the text components yourself with a drag and drop from the inspector instead.

<aside> ⚠️ Note: You don’t need the reference the position label if you are not displaying it.

</aside>

<aside> ⚠️ Note: You can leave any reference blank (null) to not display that data.

</aside>

lbm-entrydisplay-02.webp

The asset comes with a setup prefab for both Text Mesh Pro and Unity’s Text UI component. Both in the same layout and structure. It is recommended to make you own copy of this prefab when customising the UI look of each entry on your board.