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