dear-imgui-unity
                                
                                
                                
                                    dear-imgui-unity copied to clipboard
                            
                            
                            
                        Unity package for Dear ImGui
I've pulled this in and updated cimgui.dll to 1.78, which resolved the errors on startup, but it doesn't render anything with ImGui.ShowDemoWindow (the layout register works and it does hit...
Dear-imgui has the ability to select which camera to render to, not sure about other pipelines but in URP from my testing, this does absolutely nothing and renders on all...
Hi, I was getting ``` expected x64 architecture, but was Unknown architecture. You must recompile your plugin for x64 architecture. ``` After downloading latest and removing cimgui-freetype.dll. It worked but...
This is very small on 4k screens, any way to simply scale it? (without caring about it being ugly)
This isn't complete as I need to fix some alpha issues (however I have 0 experience writing shaders with unity and HDRP) and add support for procedural rendering. One of...
```When using the Universal Render Pipeline, add a Render Im Gui Feature render feature to the renderer asset. Assign it to the render feature field of the DearImGui component.``` This...
Hi there! First of all, thanks for bringing Dear ImGui to Unity 🥇. Fantastic work indeed. I've been using it for the past two months flawlessly and have written a...
After trying to install this tool into my unity project, I get the following error: `Failed to load 'E:/Projects/Ardenfall/Ardenfall/Packages/dear-imgui-unity-master/Plugins/win/x64/cimgui.dll', expected x64 architecture, but was Unknown architecture. You must recompile your...
This happens from time to time, some times once or twice in a day of work. Currently I have not found a way to reproduce it consistently. Windows 10 64-bit...
https://github.com/cimgui/cimplot This ImGui extension with various data plotting features would be extremely useful in game development with Unity. Would it be possible to integrate it with this plugin for Unity?