diff --git a/Packages/UIParticle/Scripts/Editor/UIParticleEditor.cs b/Packages/UIParticle/Scripts/Editor/UIParticleEditor.cs index a0d1b55..85c63f8 100644 --- a/Packages/UIParticle/Scripts/Editor/UIParticleEditor.cs +++ b/Packages/UIParticle/Scripts/Editor/UIParticleEditor.cs @@ -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--;