urho
urho copied to clipboard
White textures when trying to render a GUI Window/LineEdit


var window = new Window();
UI.Root.AddChild(window);
// Set Window size and layout settings
window.SetMinSize(384, 192);
window.SetLayout(LayoutMode.Vertical, 6, new IntRect(6, 6, 6, 6));
window.SetAlignment(HorizontalAlignment.Center, VerticalAlignment.Center);
window.Name = "Window";
Yeah, I had that.. you have to manually load the style xml, default or not.