8 lines
201 B
C#
8 lines
201 B
C#
namespace UnityEngine.XR.ARKit
|
|
{
|
|
static class Constants
|
|
{
|
|
public const string k_LoaderDisabledExceptionMsg = "Apple ARKit XR Plug-in Provider not enabled in project settings.";
|
|
}
|
|
}
|