i've updated all of the ngui script and now i get this error :
Assets/NGUI/Scripts/Internal/UIRect.cs(353,55): error CS0121: The call is ambiguous between the following methods or properties: `NGUITools.GetSides(this UnityEngine.Camera, float, UnityEngine.Transform)' and `NGUITools.GetSides(this UnityEngine.Camera, float, UnityEngine.Transform)'
when i push it i get to this line :
if (anchorCamera != null) return mCam.GetSides(cameraRayDistance, relativeTo);
i still dont know what to do
thank you
yuval