2025-04-25 21:14:54 +09:00

5 lines
111 B
C#

#if UNITY_EDITOR
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("UniGLTF.Tests")]
#endif