User Data

“Looks like a player got a high score! … And look here comes another bug report.”

User Bug Reports

Sourcing Player Feedback

Common ways to get feedback on your game are:

  • Asking people you give the game to send feedback to you directly.

  • Look at comments under your game page.

  • Look at reviews of your game or comments under your game page.

However what if you wanted to include a report feature directly into the game? This way you could be notified of many issues found by players, without having to scan through comments to see if anyone brings up potential issues.

Use Unity Cloud Dignostics

Visit Unity Cloud Diagnostics to quickly get started integrating user bug reporting into your porject. It is free to all unity creators although free users are limited to a small amount of reports per day.

The steps to integrating this into your project may vary depending on when you read this but in general it goes as follows:

  1. Visit Unity Cloud Diagnostics and click the Get started button. If you don’t see that then visit the Getting Started Cloud Diagnostics page directly.

  2. On the left side bar, navigate your way to the User Reporting section and follow the steps for setting up user reporting in your unity project.

  3. At some point you will install an SDK that contains a prefab you can drag into your scene. The prefab has a button that will allow a user to submit a bug report.

Important

With the SDK you are able to submit reports straight from the unity editor! It may take a few minutes for the reports to register on Unity Dashboard so be patient. With the reports working in the editor you should be able to then build your games on whatever platform you use and submit reports in the working builds.