Class PlayURSessionTracker
Automatic session tracker. Starts a session when the game starts, and ends it when the application is closed. You may want your own session logic, in which case don't use this MonoBehaviour. This functionality is enabled automatically if PlayURPluginHelper.standardSessionTracking value is true. In the future will contain functionality for detecting if the application has lost focus etc.
Inherited Members
Namespace: PlayUR
Assembly: PlayUR.dll
Syntax
public class PlayURSessionTracker : PlayURBehaviour
Methods
| Improve this Doc View SourceOnReady()
Override this method to do something when the plugin is ready. Implementation is that this function is the registered callback to PlayURPlugin.instance.OnReady. This registration takes place in Start().
Declaration
public override void OnReady()