Design online leaderboard in Unity! - Unity scoreboard UI tutorial

preview_player
Показать описание

This tutorial/guide will show you how to design and create your first simple leaderboard/Highscore table/Scoreboard in Unity. Be sure to check out the previous part to learn how to send and receive online leaderboard scores.

You will learn:
- How to create scoreboard in Unity
- How to create leaderboard in Unity
- How to create high score table in Unity
- How to design leaderboard in Unity UI

Timestamps:
0:00 - Intro
0:31 - Creating leaderboard UI
4:01 - Creating row prefab
5:12 - Spawn rows using script
Рекомендации по теме
Комментарии
Автор

Hey Coco Code!
First I'd like thank you, helped me so much your tutorial about this is by far the best. I really have no idea how you are not in the "major leagues" the quality of your videos is top notch, you know your stuff and also you explain it very understandably. Keep going on you're a king!

tomikiss
Автор

This is the best dynamic leaderboard tutorial!

albiceleste
Автор

Subscribed! Thank you ^_^

You should make chapters of building a small game in Unity from start to finish and include this leaderboard video. Great work!

scottmaxwell
Автор

Your tutorials are very good, easy to understand and high quality. Btw i am happy that you upload in 4K. it makes reading what you type and do so much easier. But would it be possible to make Tutorial(s) on unity gaming services because there is not a lot of them out there.

apinoita
Автор

Hey bro i think you dropped this "👑"... chad king

stephengonzales
Автор

I love your lessons. Thank you very much

tigerjustice
Автор

your videos are the best ever!!!!
also sir
is there a way to make an Offline Leaderboard?

wolfhal
Автор

Thank you, but how get the TitleID or how set PlayFabId? I not can understand how change names in leaderboard

alexvision
Автор

hello sir, i stored icon avatar index in player data, how to get it and display avatar for each item?

haule
Автор

First up all thank you for this tutorial. But I have a issue. The issue is the code foreach (Transform item in rowsParent) {Destroy ( item.gameObject);} is not working. When I enable this line of code The entire rows get destroyed. How to solve this?

physicstech
Автор

Thanks For The Tutorial, Works Really Good with HighScores. BUT I Don't Want to use Aggregation method Maximum, but Sum at Playfab leaderboard. but the problem is that it sends score 2 times after every game over. where is the problem? hopefully someone have solution for this one.

edit. Not Every GameOver, but 50% of times, it sends 2 times the score to playfab.

uniKorn
Автор

244 likes and 0 dislikes ! GG you are a good teacher ;P

mcalife
Автор

please help the lines after foreach (var item in result.Leaderboard) is not being ran I have two people in the leaderboard.

rsioracle
Автор

i just got this error on 6:38
"cannot implicitly convert type 'UnityEngine.UI.text' to 'UnityEngine.UI.text[]'" how to solve this ?

minerf
Автор

Excellent video. Congratulations. How is it controlled so as not to duplicate names?

gervagared
Автор

Hi it is showing that unityEngine.UI.Text cannot implicitly convert to unityEngine.UI.Text[],

mrroop
Автор

If there are multiple players they can't see others scores online
right?

clon-e
Автор

Someone help me, just logic stuff. I plan make simple 2d like mario with scoring and has multiple levels. My problem is the leaderboard and its level selection. I would want to place the highest score of players on the board.

but the problem is how? Like i have multiple levels, so i do this?:

1.If i have like a level selection for ex level 1, it will get the highest score data i make and send it to level 2 then keep getting high score to reach for ex level 10 but the issue is level selection, what if i just restart different levels via level selection like i restarted level 2 and level 5 so the data changed right ? How do i keep tallying that like to the current level i had completed is like level 20.

2. For low levels (level 1-40)keep the scoring thing to a minimal like just increase 10 points. But at later higher levels make the scoring thing higher is this the right thing?

Someone help me. Thanks.

yeshacroe
Автор

Ummm...how do I stop the content from overflowing?

ShinichiKudoQatnip
Автор

hey Thanks for the tutorial man.. how do i use names instead of id?

SpeedLuffy