Sylvain V.
Sylvain V.
Thanks! It seems to have worked, I tested it with the dev branch, the UI is not blurry anymore. Small issue though, the UI is being scaled at 125% on...
 Same issue for me when using the code in Editor.OnInspectorGUI().
Same issue for me. After looking into it, it appears that if you connect your controller through bluetooth, it won't report the information correctly. More information [in the read me...
I'm also interested about this, so I looked around a bit. The project is currently on .NET Framework, which is not compatible with Mac OS. To make it work it...
Unfortunately I think that WPF is strictly for Windows, and we would need to use another UI framework such as [Avalionia](https://github.com/AvaloniaUI/Avalonia) or [Microsoft MAUI](https://dotnet.microsoft.com/en-us/apps/maui).
I've seen [dear imgui](https://github.com/ocornut/imgui) used to make multiplatform gui. There seem to be a [wrapper for C#](https://github.com/ImGuiNET/ImGui.NET). As far as I know it only handles UI, so you would have...
You could try the [dear imgui demo](https://github.com/ocornut/imgui?tab=readme-ov-file#demo). I've seen dropdowns, datagrids and more ui stuff. It's code oriented though, so you wouldn't have a visual editor (unless someone made a...
[PanGui](https://pangui.io/) could also be something interesting. It's not released yet though.