I updated my project of unity 5.3.7p4 to Unity 5.6.0p3
NGUI works in unity 5.6.x...
But when I updated NGUI to 3.11.3, NGUI's localization can't find my localization.txt file (in Assets\Resources)...
I tried to find the solution and finally, I found...
The solution is that I move the localization.txt file from Assets\Resources to Assets\NGUI\Resources
I don't know which one has been changed. new version of NGUI changed it ? or Unity5.6 changed it ?
I hope other people can solve about same issue with mine
Thanks