Skip to content

kids.kapish.flexui.hdrp

unity

HDRP renderer for FlexUI. Currently a scaffold - registers with FlexRenderer so the FlexUI system knows HDRP is active, but rendering is not yet implemented.

Installation

json
{
  "kids.kapish.flexui.hdrp": "file:../../src/unity/kids.kapish.flexui.hdrp"
}

Architecture

FlexRendererHDRP implements IFlexRenderer and auto-registers at editor startup via FlexRendererHDRPStartup. The rendering pipeline integration (custom passes, scene preview) will follow the same pattern as the URP package.

Dependencies

DependencyKind
kids.kapish.flexuiruntime
com.unity.render-pipelines.high-definition 17.0.0+runtime

Usage Guide

HDRP integration for FlexUI. Add this package to HDRP projects - it auto-registers the renderer at editor startup.

Setup

Add kids.kapish.flexui.hdrp to your project manifest alongside kids.kapish.flexui. The renderer registers automatically when HDRP is the active pipeline.

Carrot