Hi, noob question here, how do I set the localization file path so that it is recognized both while in the editor and in-game?
Right now it points to Resources/Localization. I had to delete both NGUI/Resources/Localization.csv and NGUI/Examples/Resources/Localization.txt in order to get my own csv file in a new Resources folder to actually take.
I guess what I am asking is how would I get the game to read from MyProject/Resources/Localization/myLocFile.csv?
thanks