Closed zwcloud closed 4 years ago
same issue for dynamically added label:
for (int i = 0; i < clickCount; i++)
{
GUILayout.Label($"Some Text {i}");
}
if (GUILayout.Button("Click"))
{
clickCount++;
}
The label should be added before the button, not after it.
Fixed
After opening the CollapsingHeader: