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 72b0fd3 commit 1a0c4f0Copy full SHA for 1a0c4f0
Editor/Drawers/Control/Scene/_BuildScene.cs
@@ -1,6 +1,6 @@
1
// smidgens @ github
2
3
-#if UNITY_EDITOR
+#if UNITY_EDITOR && !ATTRIBUTES_SCENE_0
4
5
namespace Smidgenomics.Unity.Attributes.Editor
6
{
Runtime/Attributes/Control/Layer/BuildScene.cs
@@ -1,10 +1,14 @@
+#if !ATTRIBUTES_SCENE_0
+
namespace Smidgenomics.Unity.Attributes
7
/// <summary>
8
/// Dropdown of scenes in build settings
9
/// valid on: string,int
10
/// </summary>
11
public class BuildSceneAttribute : __BaseControl { }
-}
12
+}
13
14
+#endif
0 commit comments