<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Serhii Smirnov</title>
    <description>The latest articles on DEV Community by Serhii Smirnov (@darkwing_d).</description>
    <link>https://dev.to/darkwing_d</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3931051%2F1f4baaa6-ac31-4547-a5ca-ad871eea3d5d.jpg</url>
      <title>DEV Community: Serhii Smirnov</title>
      <link>https://dev.to/darkwing_d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/darkwing_d"/>
    <language>en</language>
    <item>
      <title>I built a modular runtime debug tool for Unity and just released v1.0.0</title>
      <dc:creator>Serhii Smirnov</dc:creator>
      <pubDate>Thu, 14 May 2026 11:18:09 +0000</pubDate>
      <link>https://dev.to/darkwing_d/i-built-a-modular-runtime-debug-tool-for-unity-and-just-released-v100-2lak</link>
      <guid>https://dev.to/darkwing_d/i-built-a-modular-runtime-debug-tool-for-unity-and-just-released-v100-2lak</guid>
      <description>&lt;p&gt;Happy to share that &lt;strong&gt;FludeX&lt;/strong&gt; v1.0.0 is now live on the Unity Asset Store — a runtime debug panel for Unity built on UIToolkit and AppUI.&lt;/p&gt;

&lt;p&gt;Over the years I've spent more time than I'd like writing temporary debug buttons, scrolling through unstructured cheat lists, and working around the limits of existing tools. So I built FludeX.&lt;/p&gt;

&lt;p&gt;A few things I focused on:&lt;br&gt;
• Controls are grouped into widgets, widgets into pages — keeps things organized when you have a lot of debug controls&lt;br&gt;
• Fluent API — describe your debug controls in code, no manual view creation&lt;br&gt;
• Built on AppUI, so it looks and feels native on device&lt;br&gt;
• Extensible — custom widgets, custom modules, inject into existing tabs&lt;br&gt;
• Widget library is easy to extend — add new widget types without modifying the core UIToolkit only, no legacy UI system dependency&lt;/p&gt;

&lt;p&gt;Ships with an Overview module for system and runtime diagnostics, a Playground module for cheats and feature flags, and 8 samples. &lt;/p&gt;

&lt;p&gt;Console module is next.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://u3d.as/3TW4" rel="noopener noreferrer"&gt;Asset Store&lt;/a&gt; · &lt;a href="https://fludex.dev/guide/" rel="noopener noreferrer"&gt;Documentation&lt;/a&gt; · &lt;a href="https://fludex.dev/demo.html" rel="noopener noreferrer"&gt;WebGL Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>debug</category>
      <category>unity3d</category>
      <category>tools</category>
    </item>
  </channel>
</rss>
