Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rafik

Pages: [1]
1
NGUI 3 Support / [NGUI 3.7.7] Typo error in UILabel.cs
« on: December 18, 2014, 10:06:57 AM »
Hi,

I've just seen a typo error in file UILabel.cs that prevent compilation on Unity 4.3.x.
In lines 897, 904, 916 and 1138,
  1. #if UNTIY_4_3
should be
  1. #if UNITY_4_3
.

Thanks for you hard work !

Pages: [1]