Notification system reference
Reference for SONotification, SONotificationGroup, UINotificationController, and SONotificationErrorMap — fields, methods, and configuration options.
SONotification
SONotificationField
Type
Description
Method
Return type
Description
var notification = ScriptableObject.CreateInstance<SONotification>();
notification
.SetTitle("Scenario Complete")
.SetMessage("All required steps have been completed. Proceed to debrief.")
.SetIcon(successIcon);SONotificationGroup
SONotificationGroupField
Type
Description
Method
Return type
Description
UINotificationController
UINotificationControllerField
Type
Default
Description
SONotificationErrorMap
SONotificationErrorMapField
Type
Description
SessionErrorNotificationRule
SessionErrorNotificationRuleField
Type
Description
ErrorPattern
MatchType
Notification
Next steps
Notification systemCustomizing UI componentsLast updated
Was this helpful?