jp.keijiro.klutter-tools 2.4.2 → 2.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -78,6 +78,13 @@ public static class VfxGraphTextEditorModifier
78
78
  #endregion
79
79
  }
80
80
 
81
+ #else
82
+
83
+ public static class VfxGraphTextEditorModifier
84
+ {
85
+ public static void ApplyToAllOpenWindows() {}
86
+ }
87
+
81
88
  #endif
82
89
 
83
90
  } // namespace KlutterTools
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "author": "Keijiro Takahashi",
6
6
  "license": "Unlicense",
7
7
  "dependencies": { },
8
- "version": "2.4.2",
8
+ "version": "2.4.3",
9
9
  "unity": "6000.0",
10
10
  "keywords": [ "unity" ]
11
11
  }