[26/04/2021] Creating Prize Tables
- Daniel Henshaw
- Apr 25, 2021
- 1 min read
Updated: May 19, 2021
I created a prize table for the leaderboard system. Our leaderboard system automatically resets every week. If a user comes in first place, second or third they will get special colour for their car.
I did this by using PlayFabs prize table system to put an item into their inventory if they are in one of the placements. Using code inside my Garage script I check the player inventory and if they have an item it will set that items colour button to interactable.
Setup:


Demo:
Trello:

Commentaires