Skip to content

Commit

Permalink
Updated version, Fixed small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shohei-miyashita committed Dec 26, 2023
1 parent 5060d4e commit a382f0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,11 @@ public override void OnInspectorGUI()
}

EditorGUILayout.Space(8);
EditorGUILayout.HelpBox("ここにドラッグアンドドロップしてアイテムを追加", MessageType.Info);
EditorGUILayout.Space(4);
}

EditorGUILayout.HelpBox("ここにドラッグアンドドロップしてアイテムを追加", MessageType.Info);
EditorGUILayout.Space(4);

// Apply the removed item.
if (removedIndex != -1)
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.plateautoolkit",
"displayName": "PLATEAU SDK Toolkits for Unity",
"version": "0.3.0-alpha1",
"version": "0.3.0",
"unity": "2021.3",
"description": "Toolkit utilities for PLATEAU",
"keywords": [
Expand Down

0 comments on commit a382f0b

Please sign in to comment.