Assembly.cs 181 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 using System.Runtime.CompilerServices; using UnityEngine.Scripting; [assembly: AlwaysLinkAssembly] #if UNITY_EDITOR [assembly: InternalsVisibleTo("Unity.XR.ARCore.Editor")] #endif