Enum SessionAvailability
Flags used to determine session availability.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
[Flags]
[Obsolete("SessionAvailability has been deprecated in AR Foundation version 6.7. Call XRResultStatus.IsSuccess on the result of TryStartAsync instead.")]
public enum SessionAvailability
Remarks
Pass InstallSoftwareIfNeeded to XRSubsystem.TryStartAsync instead.
Fields
| Name | Description |
|---|---|
| Installed | The required AR software is installed on the device. |
| None | Default value. The availability is unknown. |
| Supported | The current device is AR capable (but might require a software update). |