Creating a Point Counter in 4 Minutes - Unity Tutorial 2021

Опубликовано: 17 Апрель 2021
на канале: Velvary
5,366
70

Part 2: Animating Point Changes:    • Animating Point Counter Changes (Poin...  

Point counters are useful in a lot of games and are definitely not that hard to achieve. In this two part tutorial series I'll show you how to create a basic point counter, which will just increase its value over time. In the second episode you will learn how to create a cool animation for every change that happened to the total point count.
By separating the code logic in a script which only handles the HUD update and another which handles the point calculation logic, I give you some tips for good coding practices and useful information that you can use for different coding adventures.

Checkout the GitHub Repo:
https://github.com/MichelleFuchs/Poin...

Questions, Ideas, Feedback?
Join my Discord Server:   / discord  

Want to support me? Check out my Patreon:
  / velvary  

My itch.io page: https://velvary.itch.io/
Twitter:   / velvary1  

Timestamps:
00:00 - Intro
00:18 - Creating UI
00:46 - HUD Script
02:22 - Point Counting Script
04:35 - Second Part Teaser