How can I resize an EditorWindow? I tried
position = new Rect(position.x, position.y, position.width, 200);
but my EditorWindow starts moving about instead of expanding
How can I resize an EditorWindow? I tried
position = new Rect(position.x, position.y, position.width, 200);
but my EditorWindow starts moving about instead of expanding