Skip to content

Commit a382f0b

Browse files
Updated version, Fixed small bug
1 parent 5060d4e commit a382f0b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

PlateauToolkit.Sandbox/Editor/PlateauSandboxTrackInstantiateInspector.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,11 @@ public override void OnInspectorGUI()
132132
}
133133

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

137+
EditorGUILayout.HelpBox("ここにドラッグアンドドロップしてアイテムを追加", MessageType.Info);
138+
EditorGUILayout.Space(4);
139+
139140
// Apply the removed item.
140141
if (removedIndex != -1)
141142
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.plateautoolkit",
33
"displayName": "PLATEAU SDK Toolkits for Unity",
4-
"version": "0.3.0-alpha1",
4+
"version": "0.3.0",
55
"unity": "2021.3",
66
"description": "Toolkit utilities for PLATEAU",
77
"keywords": [

0 commit comments

Comments
 (0)