I am currently developing a game in VR and I am trying to add a points system. There will be some tasks that players need to accomplish and they will get 4 points for each task.
What I am trying to make is that when a specified button is pressed at the end of the game, the player will be able to see which tasks he accomplished and the total points he get after closing the game. So, I need some file to be saved into PC.
I am wondering how can I make such a thing. Thanks for any help.