Skip to content

TylkoDemon/dear-imgui-unity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dear ImGui for Unity, dockable version

UPM package for the immediate mode GUI library, Dear ImGui (https://github.com/ocornut/imgui).

image

Features

Full Dear Imgui implementation (based on ImGui.NET), version 1.89.1 with Docking features.

See Also

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.

Limitation

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.

Setting Up

Full setup with example (draw imgui demo) of this package can be found at https://github.com/TylkoDemon/Dear-Imgui-For-Unity

Unity Compatibility

This fork of dear-imgui-unity is currently developed by using Unity 6000.1.1f1

Supports Render Graph and Compatibility Mode

SRPs

  • URP Support Only

Platforms

  • Windows Support Only

About

Unity 6 package for Dear ImGui. Updated to include docking features, and URP Render Graph support.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C# 99.4%
  • Other 0.6%