Files
adriadri6972 d3d9c5f833 upload project
2025-07-31 15:21:08 +02:00

14 lines
317 B
C#

#if UNITY_EDITOR
using System.Runtime.CompilerServices;
#endif
#if VISUALSCRIPTING_1_8_OR_NEWER
using UnityEngine.Scripting;
#endif
#if UNITY_EDITOR
[assembly: InternalsVisibleTo("Unity.XR.ARFoundation.VisualScripting.Editor")]
#endif
#if VISUALSCRIPTING_1_8_OR_NEWER
[assembly: AlwaysLinkAssembly, Preserve]
#endif