From c1de97b77b02df4be3ead9bf9d8497dcef811e01 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Fri, 17 Apr 2026 12:00:18 +0200 Subject: [PATCH] Add drawing particle debug in system editor window --- Source/Editor/Windows/Assets/ParticleSystemWindow.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Editor/Windows/Assets/ParticleSystemWindow.cs b/Source/Editor/Windows/Assets/ParticleSystemWindow.cs index 358618f80..83be4b43c 100644 --- a/Source/Editor/Windows/Assets/ParticleSystemWindow.cs +++ b/Source/Editor/Windows/Assets/ParticleSystemWindow.cs @@ -338,6 +338,8 @@ namespace FlaxEditor.Windows.Assets PlaySimulation = true, Parent = _split2.Panel1 }; + _preview.PreviewActor.ShowDebugDraw = true; + _preview.ShowDebugDraw = true; // Timeline _timeline = new ParticleSystemTimeline(_preview, _undo)