We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc37fd3 commit 1abcfb8Copy full SHA for 1abcfb8
Packages/se.hertzole.scriptable-values/Runtime/AssemblyInfo.cs
@@ -1,12 +1,16 @@
1
using System.Runtime.CompilerServices;
2
#if SCRIPTABLE_VALUES_PROPERTIES
3
using Unity.Properties;
4
-#endif
+#endif // SCRIPTABLE_VALUES_PROPERTIES
5
6
+#if UNITY_EDITOR
7
[assembly: InternalsVisibleTo("Hertzole.ScriptableValues.Editor")]
8
+#endif // UNITY_EDITOR
9
+#if UNITY_INCLUDE_TESTS
10
[assembly: InternalsVisibleTo("Hertzole.ScriptableValues.Tests")]
11
[assembly: InternalsVisibleTo("Hertzole.ScriptableValues.Tests.Editor")]
12
+#endif // UNITY_INCLUDE_TESTS
13
14
15
[assembly: GeneratePropertyBagsForAssembly]
16
0 commit comments