Enum ARSystemState
Represents the current state of the AR system.
Namespace: UnityEngine.XR.ARFoundation
Syntax
public enum ARSystemState
Fields
| Name | Description |
|---|---|
| CheckingAvailability | The system is checking for the availability of AR. CheckAvailability(). |
| Installing | AR software is being installed. Install(). |
| NeedsInstall | AR is supported, but requires an additional install. Install(). |
| None | The AR system has not been initialized. Availability is unknown. CheckAvailability(). |
| Ready | AR is supported and ready. |
| SessionDataReceived | An AR session is running and data has been received for at least one frame. |
| SessionInitializing | An AR session is initializing (i.e., starting up). This usually means AR is working but has not yet gathered enough information about the environment. |
| Unsupported | AR is not supported on the current device. |