fr.jeanf.questsystem 0.0.2 → 0.0.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.
@@ -7,6 +7,7 @@ namespace jeanf.questsystem
7
7
  {
8
8
  public class InitializeQuestSystem : MonoBehaviour
9
9
  {
10
+ #if UNITY_EDITOR
10
11
  [MenuItem("GameObject/Initialize Quest System")]
11
12
  private static void initializeQuestSystem()
12
13
  {
@@ -71,4 +72,5 @@ namespace jeanf.questsystem
71
72
  Selection.activeObject = asset;
72
73
  }
73
74
  }
75
+ #endif
74
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"fr.jeanf.questsystem",
3
- "version":"0.0.2",
3
+ "version":"0.0.3",
4
4
  "displayName":"Quest system",
5
5
  "description":"This package uses Scriptable Objects to define quests.",
6
6
  "unity": "2021.3",
@@ -14,6 +14,7 @@
14
14
  "url":"https://jeanfrancoisrobin.art"
15
15
  },
16
16
  "dependencies": {
17
+ "fr.jeanf.propertydrawer": "1.1.1"
17
18
  },
18
19
  "samples": [
19
20