Hi there!
Good work on this repo btw! It's so nice to have ImGui working in Unity without a hassle.
One question I have is, have you considered adding ImPlot to this package?
I actually compiled cimgui, cimplot and ImPlot.NET from scratch yesterday and added it to uimgui, but the end result was just having Unity crash when I try to use any ImPlot functions in Unity. I'm guessing the problem is that my compiler environment is not set up properly (compiler flags, etc.). Or maybe ImPlot won't work since it uses GPU acceleration?
Anyway, I was just curious if adding ImPlot is something you would consider for this repo?
Thanks
Hi there!
Good work on this repo btw! It's so nice to have ImGui working in Unity without a hassle.
One question I have is, have you considered adding ImPlot to this package?
I actually compiled
cimgui,cimplotandImPlot.NETfrom scratch yesterday and added it touimgui, but the end result was just having Unity crash when I try to use anyImPlotfunctions in Unity. I'm guessing the problem is that my compiler environment is not set up properly (compiler flags, etc.). Or maybe ImPlot won't work since it uses GPU acceleration?Anyway, I was just curious if adding ImPlot is something you would consider for this repo?
Thanks