Namespace Unity.AR.Companion.Core
Classes
CompanionLinkWindow
Displays a QR code for linking AR Companion Apps to Unity projects
CompanionResourceSync
Tracks associations between AR Companion cloud resources and assets in a Unity project
CoreIssueCodes
Issue codes for the core package
UIUtils
Common utility methods for UI
Structs
IssueDialogSettings
The settings to configure an issue handling dialog box.
IssueHandlingRequest
A data structure that contains all the information needed to display and handle an issue that the user needs to handle
IssueHandlingResult
The result of a Issue handling dialog closure
Delegates
IssueHandledCallback
The callback that signals the issue has been handled by user action
IssueHandlingRequested
Delegate used by the IssueHandling framework when an issue is requested. Implementers of IUsesIssueHandling must subscribe and handle how the request is presented to the user.