Hi folks. I hope this is simple
I’ve been looking through the docs. I’ve been wanting to draw rectangles around the bowling scores. I could just load an image and map it behind the text, but I’d rather have something crisper, like a line draw.
I could write a c# routine that would draw lines (make it a subroutine, called from each Score Frame 0X object), but it seems like there should be some kind of ‘rectangle’ primitive object I could just layer onto the UI, via the normal game components, instead of code.
I looked all over the docs, and keep getting code samples using something like:
GUI.Box( position, GUIContent.none, _staticRectStyle );
I’m a programmer, so to me, everything is code, but doing visual layouts is much nicer.
I also saw “Outline” but that seems to draw an outline around the TEXT, not the square that’s defined. I tried messing with buttons but that didn’t seem straight forward.
What’s the best way to do this? Thanks!
== John ==
