Logging & Feedback
Get player feedback with rich game data to help improve your game.
Last updated
Get player feedback with rich game data to help improve your game.
Last updated
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
User eXperience kit helps you gather rich game data in a well formatted log, and then feed that data from within your game tools such as Trello, Zendesk, Unity's User Reporting, etc. and to help you capture and save screenshots for the full screen or sections of the screen.
A log system which stores all Debug.Log messages with optional stack trace information, and additional system information generated at run time. The log can be reported as a simple text log or serialized to a JSON object for easier programmatic processing.
You can use the Trello integration to interact with Trello such as to create cards and upload attachments. Terllo is most useful for production feedback such as gathering feedback from closed testers and QC staff.
It is possible release with Trello integration but not advised as you risk exposing your Trello API Key and token.
Did you know Unity cloud services includes a flexible and easy to use User Reporting service? This service is well suited to gathering end user feedback and bug reports and can be easyily integrated with the Advanced Log and Screenshot interfaces.
The system is designed to be easily integrated with the reporting tools of your choice. The log produced can be exported as simple text or as a JSON object for easy parsing by other tools, and includes an easy to use Screenshot tool capable of capturing a full screen or any defined rect of a screen, and returning that data as a Texture2D or quickly saving it out as a Jpg or Png.
Remimber to Destroy(texture) your screenshot textures when your done with them.
You can use the Feedback system with 3rd party support tools such as Zendesk to better inform your support team.
Zendesk is used in this example as its known to have a Unity integration making it trivial to integrate your game with your Zendesk support portal. The following examples show how you might use the User eXperience log data to enrich that integration.
Heathen Engineering is not a partner with Zendesk nor are we recommending you use Zendesk. Zendesk is simply used in this example to show how you may use Heathen's User eXperience Feedback tools with 3rd parties such as Zendesk.
For support, questions about or general inquiries relating to Zendesk, please contact Zendesk.
Lets assume you are using Zendesk as your support tool provider and you have integrated Zendesk with your game for a direct user support experience. In the case of support requests Zendesk allows you to define custom fields and these fields can be made invisible to the Support Request form which makes since for system data that isn't meant to be edited by a user but is useful for the support agent to know
For this example lets assume you have created custom fields in Zendesk as such
Field ID
Type
Use
1
text
Company Name
2
text
Product Name
3
text
Product Version
4
text
Engine Version
5
text
Command Line
6
text
Platform
7
text
Device Type
8
text
Device Model
9
text
Device Name
10
text
OS
11
text
OS Family
12
text
CPU Type
13
numeric
CPU Count
14
numeric
CPU Frequency
15
numeric
System Memory
16
text
GPU Vendor
17
text
GPU Type
18
text
GPU Name
19
text
GPU Version
20
numeric
GPU Memory
21
numeric
GPU Shader Level
You can now record the system data gathered by the custom log