Hey all,
Forgive my ignorance if this is covered somewhere that I have missed, but I just can’t seem to get my GUI image to align correctly with the bottom of the application window. Here is the code I’m using:
GUI.Label(Rect (0, 768 - image.height, image.width, image.height), image);
The image is 61 px. wide x 64 px. tall.
When running at 1024 x 768, the left side of the image aligns properly with the left side of the application window, but there is a small gap between the button and the bottom of the window. (see photo).
Thanks for any help.
Matt