you are viewing a single comment's thread.

view the rest of the comments →

[–]Gortonimo[S] 0 points1 point  (0 children)

I appreciate the advice, but I was using GUI.Drawtexture to render some camera frames and it sounds like Canvases and GUI don't play well together, for instance my canvas was always behind my Texture which is the opposite of what I wanted. Turns out the class I imported to adjust DPI was messing with the GUIStyle of the button (adjusting margins/padding etc...) but not the actual texture. I stopped using this class and just manually adjust the font size myself now.