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