Skip to content

Commit b4af02e

Browse files
committed
fix: Fix Build Errors
1 parent d334872 commit b4af02e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Editor/GBG.PlayableGraphMonitor.Editor.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "GBG.PlayableGraphMonitor.Editor",
33
"rootNamespace": "GBG.PlayableGraphMonitor.Editor",
44
"references": [],
5-
"includePlatforms": [],
5+
"includePlatforms": [
6+
"Editor"
7+
],
68
"excludePlatforms": [],
79
"allowUnsafeCode": false,
810
"overrideReferences": false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.greenbamboogames.playablegraphmonitor",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"displayName": "PlayableGraphMonitor!",
55
"description": "PlayableGraph monitor.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)