hey
I just bought the NGUI, I have some questions, but first thing is I get compilation errors, I don't know if it's NGUI issue but anyway all the errors are from compiler directives :
#if UNITY_4_3 || UNITY_4_5 || UNITY_4_6
b2d.center = bcCenter;
#else
b2d.offset = bcCenter;
#endif
b2d.size = bcSize;
I have the latest Unity version 4.5.5 , I get the error on the else part...
Thank you
Tsahi