Skip to content

Commit 59422e0

Browse files
committed
feat: Update package information
1 parent a0dda7e commit 59422e0

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Editor/Scripts/Window/PlayableGraphMonitorWindow.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,14 @@ private void Update()
136136
}
137137
}
138138

139+
private void ShowButton(Rect position)
140+
{
141+
if (GUI.Button(position, EditorGUIUtility.IconContent("_Help"), GUI.skin.FindStyle("IconButton")))
142+
{
143+
Application.OpenURL("https://github.com/SolarianZ/UnityPlayableGraphMonitorTool");
144+
}
145+
}
146+
139147
private void UpdateGraphView()
140148
{
141149
var currentTimeMS = GetCurrentEditorTimeMs();

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.greenbamboogames.playablegraphmonitor",
3-
"version": "2.5.7",
3+
"version": "2.5.8",
44
"displayName": "PlayableGraph Monitor!",
55
"description": "PlayableGraph monitor.",
66
"unity": "2019.4",
@@ -9,10 +9,11 @@
99
"licensesUrl": "https://github.com/SolarianZ/UnityPlayableGraphMonitorTool/blob/main/LICENSE",
1010
"keywords": [
1111
"Playable",
12-
"Graph"
12+
"Graph",
13+
"Monitor"
1314
],
1415
"author": {
15-
"name": "GBG",
16+
"name": "ZQY",
1617
"email": "[email protected]",
1718
"url": "https://github.com/SolarianZ"
1819
},

0 commit comments

Comments
 (0)