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 1abcfb8 commit e805da1Copy full SHA for e805da1
Packages/se.hertzole.scriptable-values/Runtime/AssemblyInfo.cs
@@ -1,6 +1,5 @@
1
using System.Runtime.CompilerServices;
2
#if SCRIPTABLE_VALUES_PROPERTIES
3
-using Unity.Properties;
4
#endif // SCRIPTABLE_VALUES_PROPERTIES
5
6
#if UNITY_EDITOR
@@ -11,6 +10,6 @@
11
10
[assembly: InternalsVisibleTo("Hertzole.ScriptableValues.Tests.Editor")]
12
#endif // UNITY_INCLUDE_TESTS
13
14
-#if SCRIPTABLE_VALUES_PROPERTIES
+#if SCRIPTABLE_VALUES_PROPERTIES && !SCRIPTABLE_VALUES_NO_PROPERTY_BAGS
15
[assembly: GeneratePropertyBagsForAssembly]
16
-#endif // SCRIPTABLE_VALUES_PROPERTIES
+#endif // SCRIPTABLE_VALUES_PROPERTIES && !SCRIPTABLE_VALUES_NO_PROPERTY_BAGS
0 commit comments