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 - sinok426

Pages: [1]
1
NGUI 3 Documentation / Re: Localization system
« on: June 27, 2014, 07:53:36 AM »
So, I find a way to solve the problem  ;D
It had nothing to do with NGUI, the problem was my unity project that was "corrupted".

The only thing I had to do was to replace my old ProjectSettings.asset file in the ProjectSettings folder by a standard one(from a blank project).
But I can't explain why the only thing that did'nt work in my project was the NGUI localization. Solved!

2
NGUI 3 Documentation / Re: Localization system
« on: June 26, 2014, 12:30:02 PM »
Thanks for the answers!

The Resources loading for the Localization file is working, no problem with this.
When I change the first line by adding new languages, it shows me all the languages in the UI popup list when I play the example scene, but all the other keys (Flag,Sound,etc...) are not found even with the original Localization.txt file that goes with NGUI (so it's not a problem with this file also).

It looks like i've broken something but I can't see what... I've only one Localization file in my project, and a freshly imported NGUI version without any modifications.
I think my last chance is to try an update of unity and NGUI  :-\

3
NGUI 3 Documentation / Re: Localization system
« on: June 26, 2014, 03:54:50 AM »
Hello!

I have the same problem with Localization, it doesn't work any more.

The first time I try to use it with the example scene, it works perfectly, so I've replaced the Localization.txt file by a custom Localization.csv file to try the csv, and it also works. Great!
But after moving the csv file in my Assets/Resources folder (and deleting the old one in NGUI examples folder), Localization was broken. It looks like it only reads the first line (KEY,English,Français, etc...), all the other keys are not found (in inspector preview and at runtime).

No idea of what happens, I was a bit lost, so I decided to delete NGUI plugin and reimport the same version of NGUI. But it did'nt solve the problem, the Localization doesn't work even in the example scene.

I'm using NGUI 3.5.9 & Unity 4.3.2

Any ideas of what is the problem ?


Pages: [1]