Completion 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 CompletionReporter
component is intended to aid in sending a completion statement for an activity with minimal coding requirement.
Field | Description |
---|---|
Target | Activity to complete |
Result | Configurable result content |
After an activity is linked in the Target field, the Complete
method can be called, this can be triggered via script or by using a UnityEvent
.
There are 3 overloads for the Complete
method. When no argument is passed, the result specified in the component is used. If either of the other two overloads are used, this value will be overridden by the provided result.
Updated 10 months ago