Appearance
kids.kapish.flexui.birp
unity
Built-in Render Pipeline renderer for FlexUI. Currently a scaffold - registers with FlexRenderer so the FlexUI system knows BiRP is active, but rendering is not yet implemented.
Installation
json
{
"kids.kapish.flexui.birp": "file:../../src/unity/kids.kapish.flexui.birp"
}Architecture
FlexRendererBiRP implements IFlexRenderer and auto-registers at editor startup via FlexRendererBiRPStartup. The rendering pipeline integration will follow the same pattern as the URP package.
Dependencies
| Dependency | Kind |
|---|---|
kids.kapish.flexui | runtime |
Usage Guide
Built-in Render Pipeline integration for FlexUI. Add this package to BiRP projects - it auto-registers the renderer at editor startup.
Setup
Add kids.kapish.flexui.birp to your project manifest alongside kids.kapish.flexui. The renderer registers automatically when BiRP is the active pipeline.