Skip to content

Releases: psydack/uimgui

fix minor bugs (when compiling) and add callback for custom font

14 Jan 03:06
66a0c2d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

ImNodes, ImPlot ImGuizmo support added

17 Jul 00:38
Compare
Choose a tag to compare

Hello there!
This version include a lot of new features, some WIP but we're making progress.

  • add ImNodes, ImGuizmo and ImPlot (WIP) support;
  • add support for Unity 2019 version;
  • add unity vectors types (again);
  • removed NumericsConverter package

Events, Freetype, HDRP

01 Jun 21:01
Compare
Choose a tag to compare

This version includes:

Use events to make more easy the way to work with UImGui, you'll need to update your OnLayout method.
Remove custom asserts, there are no needs currently to use this.
Use only freetype (because seems to be better qualitatively) (remove STB)
Work in HDRP projects
Fix multiple unsafe.dll
Add more samples

Docking with freetype

31 May 14:31
Compare
Choose a tag to compare
v2.1.0

build: add HD support