I was tinkering around with the buttons with a custom GUISkins and I noticed that the hotspot for the button hover is wrongly placed (triggers lower than the actual button is placed). Buttons higher up on the page isn’t so bad, but the further down on the page the button is situated, the worse it gets. At worst, the button highlights far below the button itself.
Does anybody know why this happens?
I’m building the projekt as a standalone app on a Mac.
Here is a screenshot, I rewrote the code to use GUILayout and a selectGrid and the hotspot is now above the buttons but the error can still clearly be seen. The error is only visible when I build to an app but not when test-running in the Unity-editor.