HomeGuides
HomeGuidesLearn about the Immerse SDK installerLog In

Action Reporter

πŸ“˜

This feature requires Immerse SDK Enterprise Edition and a Platform 3.0 Developer Account

This is different to the free Immerse SDK / standard developer account. Contact [email protected] if you require access.

Understand the difference between the Free and Enterprise SDK

The ActionReporter component provides a simple way for users to pre-define an action to be reported against a parent activity.

FieldDescription
ParentParent activity. Actions will be displayed under this object
VerbVerb associated with action
Subject(Optional) Subject of the action

To report the action, simply call the Report method, this can be done via script or by using a UnityEvent such as a UI Button press. There are two overloads for the Report method to allow for an optional response string to be attached to the action.