Hi, is there any way of creating the same LOD slider as in the image which unity is using for the LOD objects by using the IMGUI API or i’ll have to create it myself from scratch ?

Hi, is there any way of creating the same LOD slider as in the image which unity is using for the LOD objects by using the IMGUI API or i’ll have to create it myself from scratch ?

Have you found a way to do this? I’m also looking for a way to get this done in the editor.
I think there is no a specific way !
You simply have to program it yourself, meaning of defining draggable areas, and everything using a custom inspector and the editor layout APIs !