File tree Expand file tree Collapse file tree
DemoProject/Assets/Hash's_Things/EditDistributor/Editor Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments