Points counter, HIGH SCORE and display UI in your game - Score points Unity tutorial

Опубликовано: 10 Октябрь 2024
на канале: Coco Code
134,536
2.2k

Let's create a simple points scoring system in Unity game! I'll also show you how to add a high score counter and display all of that using simple Unity system. That way you will be able to create a similar system for your game!

💜 Join our Discord:   / discord  
🔵 Follow me on Twitter:   / bionicl333  

You will learn:
How to count points in Unity
How to create a basic UI in your game
How to create UI in Unity
How to save a high score
How to add points in Unity game

Timestamps:
0:00 - Intro
0:29 - Creating UI with points
2:50 - ScoreManager - scripting
4:26 - Adding points - scripting
6:22 - Saving highscore (PlayerPrefs) - scripting