fr.jeanf.questsystem 0.0.38 → 0.0.39

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.
@@ -97,8 +97,9 @@ namespace jeanf.questsystem
97
97
  stepCompleted?.Invoke(stepId);
98
98
  stepActive?.Invoke(stepId, stepStatus);
99
99
 
100
- //stops the timeline in case it were playing
101
- _timelineTriggerEventChannelSo.RaiseEvent(timeline, false);
100
+ // stops the timeline in case it were playing
101
+ // this may cause issue of timing so disabled it to test.
102
+ // _timelineTriggerEventChannelSo.RaiseEvent(timeline, false);
102
103
  }
103
104
 
104
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"fr.jeanf.questsystem",
3
- "version":"0.0.38",
3
+ "version":"0.0.39",
4
4
  "displayName":"Quest system",
5
5
  "description":"This package uses Scriptable Objects to define quests.",
6
6
  "unity": "2021.3",