We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a44ee commit 57705b9Copy full SHA for 57705b9
Assets/Hotfix/UI/Logic/UILogin/UIPlayerList.Logic.cs
@@ -52,6 +52,7 @@ public override async void OnOpen(object userData)
52
}
53
#endif
54
#if ENABLE_UI_FAIRYGUI
55
+ this.m_player_list.DataList = new List<object>(playerList);
56
this.m_player_list.numItems = playerList.Count;
57
58
0 commit comments