GUILayout.Spacing

GUILayout.Spacing

Who is it’s daddy and what does it do?

translated from Ahnold speak:
What params does it accept? Calling it I get this error:

‘Spacing’ is not a member of ‘UnityEngine.GUILayout’

The Docs on this one are broken (bug report already filed).

We currently don’t support custom spacing of GUI elements (apart from what you can do with margin padding) - we had them in there but didn’t quite like how they worked. So we pulled them, but didn’t quite pull all references to them from docs.

Ahh ok. Thanks Nicholas!