Immerse SDK
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Completion Reporter

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.