
Easily visualize vertex colors in Unity’s SceneView with custom debug draw modes.The Vertex Color Debugger is a Unity Editor tool that adds custom SceneView draw modes to help developers inspect vertex colors on meshes. It provides four modes: full RGB, red, green, and blue channels. This tool is ideal for debugging vertex-based effects like blending, procedural textures, or custom shaders. The tool integrates seamlessly into the Unity Draw Mode dropdown. It is suitable for any project that requires vertex color visualization.✅ Custom SceneView Draw Modes – Adds four new visualization modes under the "Vertex Colors" category:Vertex RGB – Displays combined vertex colors.Vertex R – Highlights only the red channel.Vertex G – Highlights only the green channel.Vertex B – Highlights only the blue channel.✅ Seamless Unity Integration – Works directly within Unity’s SceneView dropdown.✅ Editor-Only Functionality – Does not affect game builds or runtime performance.✅ Easy to Use – No setup required; simply select the desired mode in the Draw Mode dropdown.✅ Lightweight & Non-Intrusive – Minimal performance impact on the Unity Editor.