5 lines
149 B
C#
5 lines
149 B
C#
using System.Runtime.CompilerServices;
|
|
using UnityEngine;
|
|
|
|
// ADD_NEW_PLATFORM_HERE
|
|
[assembly: InternalsVisibleTo("UnityEditor.XR.SpatialTracking")]
|