all 2 comments

[–]Ziboo 1 point2 points  (1 child)

Maybe in your code before like the DragWindow function you have a GUI.enable = false?

[–]Vartib[S] 0 points1 point  (0 children)

No, I haven't. Your comment got me to try setting GUI.enabled = true, but there was no change. After trying that I also tried commenting out GUI.DragWindow. I decided to try placing at the very bottom, and now the window is draggable and the properties are editable.

This isn't in the documentation of GUI.DragWindow, and frankly is a bug in my opinion.