Skip to content

Commit 39a7686

Browse files
committed
Return original case breaks
1 parent 6f156c7 commit 39a7686

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

DemoProject/Assets/Hash's_Things/EditDistributor/Editor/PatcherTemplate.cs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ void OnGUI()
150150
switch (debugMessage)
151151
{
152152
case 0:
153+
//please click the button
154+
AddBoldCenteredLabel("Please click the button above to patch your moddel :)");
155+
EditorGUILayout.Space(10);
156+
AddBoldCenteredLabel("Please double check that you used " + AvatarVersion);
157+
AddBoldCenteredLabel("to import the original avatar in your project");
153158
break;
154159
case 4:
155160
//fbx fucked up
@@ -162,11 +167,11 @@ void OnGUI()
162167
//meta fucked up
163168
AddBoldCenteredLabel("/!\\ Something went wrong during the patching of the import file /!\\ ");
164169
EditorGUILayout.Space(10);
165-
AddBoldCenteredLabel("Please double check that you used " + AvatarVersion);
170+
AddBoldCenteredLabel("Please double check that you used " + AvatarVersion + "to import the original avatar in your project");
166171
AddBoldCenteredLabel("to import the original avatar in your project");
167172
break;
168173
case 6:
169-
AddBoldCenteredLabel("FBX patched!");
174+
AddBoldCenteredLabel("FBX patched, get to the prefab folder to enjoy your product");
170175
break;
171176
default:
172177
break;

0 commit comments

Comments
 (0)