Quantcast
Viewing latest article 4
Browse Latest Browse All 97

Let Click go through GUI

I must be the first person to ask this, since I only see people asking the opposite... I'm drawing my GUI this way: function OnGUI() { GUILayout.BeginArea (Rect(posX, posY, szX, szY)); GUI.Box(Rect(0, 0, szX, szY), Title); Draw(); GUILayout.EndArea (); } But it blocks clicks from passing through it as normal, how can I deactivate such feature? Thanks!

Viewing latest article 4
Browse Latest Browse All 97

Trending Articles