Leaderboard UI List
Displaying leaderboard results with zero code
Last updated
Displaying leaderboard results with zero code
Last updated
Support us as a and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our ... become a sponsor today!
The Leaderboard UI List is a simple tool that can be used to display records. The Leaderboard UI List can be used in conjunction with the to display Leaderboards in your UI with a zero code setup as is demonstrated in the Leaderboard Sample Scene.
This is called when the list is enabled and can be useful when you want to refresh a query when enabling (showing) the UI element.
This will be the parent of any records instantiated by the tool. Most often you would set this to be the Content
GameObject of a ScrollRect or similar.
This is the "template" that will instantiated for each record the list displays. This template should implement a component that inherits from . You can either create your own UI Control script and implement the interface or you can use the we provide which has a basic implementation already done.
Calling this method will cause the Leaderboard UI List to clear any currently displayed records and to instantiate the "Template" for each entry passed in. It will attempt to get the component on the Template and set it's field.
You can connect this method to the event to automatically display the results of any query ran on the manager. Doing this will give you a "code free" solution for displaying leaderboard entries.