Line 16: | Line 16: | ||
==Your first log== | ==Your first log== | ||
<br /> | <br /> | ||
<syntaxhighlight lang="c#" line=" | <syntaxhighlight lang="c#" line="1" start="1"> | ||
GLog.StartSession(); | GLog.StartSession(); | ||
</syntaxhighlight> |
Revision as of 11:47, 17 April 2020
This page describes how to set up and use the GURaaS logging plugin for unity.
installing the plugin
- Download the plugin unity asset TODO: download link.
- Import the plugin into unity (Assets -> Import Package -> Custom Package...).
- Your project should now have the following additional assets:
- Select the GLogConfig asset and set the Game Unique Id to the Id assigned to the game on the GURaaS portal.
- The plugin is now set up and ready to use!
Your first log
GLog.StartSession();