fr.jeanf.questsystem 0.0.17 → 0.0.18

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.
@@ -32,7 +32,10 @@ namespace jeanf.questsystem
32
32
  SetQuestStepState(questStepState);
33
33
 
34
34
  }
35
- DisplayActiveQuestStep();
35
+ if (sendQuestStepTooltip != null)
36
+ {
37
+ DisplayActiveQuestStep();
38
+ }
36
39
  if (isUsingIntroTimeline && timeline)
37
40
  {
38
41
  if(isDebug) Debug.Log($"sending trigger to timeline: {timeline.name}, triggerValue: true");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"fr.jeanf.questsystem",
3
- "version":"0.0.17",
3
+ "version":"0.0.18",
4
4
  "displayName":"Quest system",
5
5
  "description":"This package uses Scriptable Objects to define quests.",
6
6
  "unity": "2021.3",