Releases: psydack/uimgui
Releases · psydack/uimgui
fix minor bugs (when compiling) and add callback for custom font
What's Changed
- Bugfix/run 2019 by @psydack in #12
- Feature/use unityengine vectors by @psydack in #11
- Feature/set camera by @psydack in #22
- add font initialize callback by @ousttrue in #24
- fix: #25 use packageRequirements suggestion by @psydack in #26
- Feature/add font init param by @psydack in #27
New Contributors
Full Changelog: v4.0.0...v4.1.0
ImNodes, ImPlot ImGuizmo support added
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
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
v2.1.0 build: add HD support