rorywalsh / CsoundUnity

GNU Lesser General Public License v2.1
70 stars 19 forks source link

High CPU usage in the inspector for a Csd with lots of Cabbage widgets #40

Open giovannibedetti opened 1 year ago

giovannibedetti commented 1 year ago

UIElements are more performant than IMGUI, with the current Editor implementation there is a high CPU usage when using a csd with lots of Cabbage widgets.

Rewrite the CsoundUnity editor to use the UIElements, instead of IMGUI

https://docs.unity3d.com/Manual/UIElements.html