https://github.com/tylkodemon/dear-imgui-unity
Unity package for Dear ImGui. Updated to include docking features, and URP support.
https://github.com/tylkodemon/dear-imgui-unity
dear-imgui dearimgui imgui-wrapper unity unity2022 unity3d-plugin urp
Last synced: 9 months ago
JSON representation
Unity package for Dear ImGui. Updated to include docking features, and URP support.
- Host: GitHub
- URL: https://github.com/tylkodemon/dear-imgui-unity
- Owner: TylkoDemon
- License: mit
- Fork: true (realgamessoftware/dear-imgui-unity)
- Created: 2023-10-03T18:08:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T16:52:02.000Z (over 1 year ago)
- Last Synced: 2024-12-14T17:29:20.510Z (over 1 year ago)
- Topics: dear-imgui, dearimgui, imgui-wrapper, unity, unity2022, unity3d-plugin, urp
- Language: C#
- Homepage:
- Size: 2.97 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dear ImGui for Unity, dockable version
UPM package for the immediate mode GUI library, Dear ImGui (https://github.com/ocornut/imgui).

### Features
Full Dear Imgui implementation (based on [ImGui.NET](https://github.com/ImGuiNET/ImGui.NET)), version 1.89.1 with Docking features.
### See Also
This package uses Dear ImGui C bindings by [cimgui](https://github.com/cimgui/cimgui) and the C# wrapper by [ImGui.NET](https://github.com/mellinoe/ImGui.NET).
The development project for the package can be found at [https://github.com/TylkoDemon/dear-imgui-unity](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](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