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