ARCoreLoaderSettings.cs 257 Bytes
using UnityEngine.XR.Management;

namespace UnityEngine.XR.ARCore
{
    /// <summary>
    /// Settings to control the ARCoreLoader behavior.
    /// </summary>
    [System.Serializable]
    public class ARCoreLoaderSettings : ScriptableObject
    {
    }
}