docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum SessionInstallationStatus

    An enum used to determine the current status of the software install.

    Namespace: UnityEngine.XR.ARSubsystems
    Assembly: Unity.XR.ARSubsystems.dll
    Syntax
    [Obsolete("SessionInstallationStatus has been deprecated in AR Foundation version 6.7. Refer to the Google ARCore XR Plug-in user manual for replacement API information.")]
    public enum SessionInstallationStatus
    Remarks

    Some devices might support AR but require a software update. Some platforms allow prompting a user to install the required software. This enum is used to indicate the result of an installation request.

    Use XRResultStatus returned from a platform-specific TryInstallAsync instead.

    Fields

    Name Description
    Error

    An unknown error occurred during installation.

    ErrorDeviceNotCompatible

    The installation was not successful because the device is not compatible.

    ErrorInstallNotSupported

    The installation was not successful because installation is not supported.

    ErrorUserDeclined

    The installation was not successful because the user declined the installation.

    None

    Default value. The installation status is not known.

    Success

    The installation was successful.

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)