Skip to content

Commit

Permalink
fix: change the text in the inspector to make it more understandable.
Browse files Browse the repository at this point in the history
Ref #66
  • Loading branch information
mob-sakai committed Feb 12, 2020
1 parent 34fb123 commit 7ca0b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/UIParticle/Scripts/Editor/UIParticleEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public override void OnInspectorGUI()

if (!Application.isPlaying && pr.enabled)
{
EditorGUILayout.HelpBox("ParticleSystemRenderer will be disable on playing.", MessageType.Info);
EditorGUILayout.HelpBox("UIParticles disable the RendererModule in ParticleSystem at runtime to prevent double rendering.", MessageType.Warning);
}
}
EditorGUI.indentLevel--;
Expand Down

0 comments on commit 7ca0b6f

Please sign in to comment.