Search code examples
unity-game-engineunity-editor

GUILayout.FlexibleSpace() don't work in unity 2019


[Unity Editor 2019]

The

class GUILayout.FlexibleSpace()
is not working in the Unity 2019.2.4, does anyone know why?

How i fix it?


Solution

  • The solution for me was to use

    GUILayout.Space (int);
    instead in
    GUILayout.FlexibleSpace()