
Per-container gizmo colors for Unity's Splines package. Simple Editor extension to color each SplineContainer.Colored Splines lets you assign different colors per SplineContainer. No more global, one-size-fits-all tint. Color roads blue, rails orange, camera paths purple… whatever helps you read your scene faster.What it doesPer-container or per-spline coloring, with multiple coloring optionsEasy setup: add a component → pick a color → done.Safe: does not modify spline data or materials.Version-control friendly: only a small component is serialized.Editor-only: affects Scene view gizmos; no runtime cost.What it doesn’t doNo runtime rendering.* Source code included* All options can easily be changed through code