Enum ARKitSettings.Requirement
Enum which defines whether ARKit is optional or required.
Namespace: UnityEditor.XR.ARKit
Assembly: Unity.XR.ARKit.Editor.dll
Syntax
public enum ARKitSettings.Requirement
Fields
Name | Description |
---|---|
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. |