Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
psydack committed Jun 1, 2021
2 parents 4a6929b + cf4ecf5 commit b0fbb29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ UImGui (Unity ImGui) is an UPM package for the immediate mode GUI library using
This project is based on [RG.ImGui](https://github.com/realgamessoftware/dear-imgui-unity) project.
This project use [FreeType](https://github.com/ocornut/imgui/tree/master/misc/freetype) as default renderer.

**Using ImGui.NET 1.84 WIP**
**Using imgui 1.84 WIP**

----

Expand All @@ -29,6 +29,7 @@ To update (using ImGui.Net.dll) easier and often.
| Windows | :heavy_check_mark: | :heavy_check_mark: |
| Linux | :heavy_check_mark: | :x: |
| MacOS | :heavy_check_mark: | :x: |
| Custom Assert | :heavy_check_mark: | :x: |
| Docking | :x: | :heavy_check_mark: |
| Unity Input Manager | :heavy_check_mark: | :heavy_check_mark: |
| Unity Input System | :heavy_check_mark: | :heavy_check_mark: |
Expand All @@ -38,12 +39,12 @@ To update (using ImGui.Net.dll) easier and often.
| RenderPipeline HDRP | :x: | :heavy_check_mark: |
| Renderer Mesh | :heavy_check_mark: | :heavy_check_mark: |
| Renderer Procedural | ~ | :heavy_check_mark: |
| FreeType | :heavy_check_mark: | :heavy_check_mark: |
| FreeType | ~ | :heavy_check_mark: |
| Image / Texture | :x: | :heavy_check_mark: |

Usage
-------
- [Add package](https://docs.unity3d.com/Manual/upm-ui-giturl.html) from git URL: https://github.com/psydack/uimguit
- [Add package](https://docs.unity3d.com/Manual/upm-ui-giturl.html) from git URL: https://github.com/psydack/uimgui.git
- Add `UImGui` component to the scene and
- (Optional) Set `Platform Type` to `Input System` if you're using the new [input system](https://docs.unity3d.com/Packages/com.unity.inputsystem@1.0/manual/index.html) the `SampleDemoWindow` object on the scene the following properties:
- If you're using **URP** check [Using URP](https://github.com/psydack/uimgui#using-urp) section, for **HDRP** [Using HDRP](https://github.com/psydack/uimgui#using-hdrp) section, for **built in** check [Using Built in](https://github.com/psydack/uimgui#using-hdrp) section.
Expand Down

0 comments on commit b0fbb29

Please sign in to comment.