UPM package for the immediate mode GUI library, Dear ImGui (https://github.com/ocornut/imgui).
Full Dear Imgui implementation (based on ImGui.NET), version 1.89.1 with Docking features.
This package uses Dear ImGui C bindings by cimgui and the C# wrapper by ImGui.NET.
The development project for the package can be found at https://github.com/TylkoDemon/dear-imgui-unity.
To draw Dear Imgui after Screen-Space Overlay UI, we use another Screen-Space Overlay canvas set to maximum render order, which then draws our Imgui via UI Shader.
- Full setup with example (draw imgui demo) of this package can be found at https://github.com/TylkoDemon/Dear-Imgui-For-Unity
- You need to define
IMGUI_DEBUGin your Project Settings.
This fork of dear-imgui-unity is currently developed by using Unity 6000.1.1f1
Supports Render Graph and Compatibility Mode
- URP Support Only
- Windows Support Only
