#I want to collect data from my players (ex. Average score, which abilities they use most, etc.)
1 messages · Page 1 of 1 (latest)
PlayerPrefs are stored locally. You do not have access to those as a developer.
And besides that, they are meant to store preferences. Not game data, much less statistical information.
Maybe look into Unity Analytics, if you want to collect statistical data.
You can use unity analytics as Zenvin said
You can also use online databases
Playfab is a good choice for unity
Thank you 🙂