question

jbonney avatar image
jbonney asked

How can I make and implement an experiment that counts things like how many times players enter a building in Unity?

Player Dataanalytics
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Gosen Gao avatar image
Gosen Gao answered

The experiment cannot achieve the function you said. Experiments help you determine the best strategies for your game by showing experimental data to target players and comparing the results to a control group. If you want to keep track of how many times a player enters a building, you can store this data in Player Data each time he enters a building. If you want to count the number of times all players have entered a certain building, then it may require an external database to help you achieve this.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

jbonney avatar image jbonney commented ·

Ok, thank you for the clarification on that. I will have to look into player data and achieving the information.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.