Enum ARKitSettings.Requirement
Enum which defines whether ARKit is optional or required.
Namespace: UnityEditor.XR.ARKit
Syntax
public enum Requirement : int
Fields
| Name | Description | Value |
|---|---|---|
| Optional | ARKit is optional, which means the the app can be installed on devices that do not support ARKit. |
|
| Required | ARKit is required, which means the app cannot be installed on devices that do not support ARKit. |