Log Sample Scene

Like what your seeing?

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!

Introduction

This scene demonstrates the use of Heathens extended system log. Our log system works with Unity's built in log to gather data via simple Debug.Log calls but does so in greater details, gathers additional system informaiton and can package its log as a more human friendly simple text log, as a feedback tool friendly JSON object or as byte[] for easy transmission over a network.

The Heathen log is designed to empower your operations team to gather more meainingful feedback from users and make more informed decisions with support and maintenance. Our tools are easy to connect with any feedback, support or reporting tool you may already be using and includes helpers to get you started if you haven't yet implamented a feedback system.

What do I learn?

  1. Outputting the log as text or json ... byte[] is also available but not useful to prenset in Unity's UI ๐Ÿ˜„

  2. How to access the Knowledge Base (where you are now)

  3. How to access the support Discord

  4. How to leave a review ๐Ÿ˜‰

Objects

Managers

This game object implaments a simple sample script LogExampleScrtipt. This script simply enables the log on start up and is called by the UI buttons to output the logs text and json to a UI element.

Last updated