Structure:
Panel
↳ NoScoreText - Text: text to show when no score available
↳ Headers - GameObject:
↳ Header1 - Text: Duration
↳ Header2 - Text: Stats
↳ Header3 - Text: Date
↳ Cells - Panel:
Contains:
* GridLayoutGroup : with fixed column count --> 3
* ScoresTable Script
Prefabs:
HeaderPrefab
: (optional) style of the headersCellPrefab
: prefab containing aText
component, the one to pass to the ScoresData script and used to instantiate the cells in the table