|
I'm using the NGUI and there seems to be a problem with MAC builds where the NGUI elements are showing up in shape, BUT none of the actual images show up inside those elements. I was just wondering if anyone had else had this problem, and if you have how did you fix it? Thanks in advance, Hans
(comments are locked)
|
|
This was a problem with the way that MACs handle the Unity Fog, the following code allowed me to fix it. I added a script to my GUICamera and no more fog in the way of my ui :D http://unity3d.com/support/documentation/ScriptReference/Camera.OnPreRender.html
(comments are locked)
|
