Skip to content

Commit a9f1397

Browse files
committed
feat: Update package information
1 parent 4403475 commit a9f1397

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "EditorDataChart.Editor",
2+
"name": "GBG.EditorDataChart.Editor",
33
"rootNamespace": "GBG.EditorDataChart.Editor",
44
"references": [],
55
"includePlatforms": [
File renamed without changes.

Editor/LineChart2D/LineChart2DWindow.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,14 @@ private void Update()
253253
Repaint();
254254
}
255255

256+
private void ShowButton(Rect position)
257+
{
258+
if (GUI.Button(position, EditorGUIUtility.IconContent("_Help"), GUI.skin.FindStyle("IconButton")))
259+
{
260+
Application.OpenURL("https://github.com/SolarianZ/UnityEditorDataChartTool");
261+
}
262+
}
263+
256264
private VisualElement MakeDataListViewItem()
257265
{
258266
return new DataListLabel();

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{
22
"name": "com.greenbamboogames.editordatachart",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Editor Data Chart!",
55
"description": "Draw data chart in Unity Editor.",
66
"unity": "2021.3",
77
"documentationUrl": "https://github.com/SolarianZ/UnityEditorDataChartTool/blob/main/README.md",
88
"changelogUrl": "https://github.com/SolarianZ/UnityEditorDataChartTool/releases",
99
"licensesUrl": "https://github.com/SolarianZ/UnityEditorDataChartTool/blob/main/LICENSE",
10-
"keywords": [],
10+
"keywords": [
11+
"Data",
12+
"Chart"
13+
],
1114
"author": {
12-
"name": "GBG",
15+
"name": "ZQY",
1316
"email": "[email protected]",
14-
"url": ""
17+
"url": "https://github.com/SolarianZ"
1518
},
1619
"type": "tool",
1720
"hideInEditor": false

0 commit comments

Comments
 (0)