Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: borr on May 21, 2014, 06:52:43 AM

Title: on/off PlayerPrefs in Localizations
Post by: borr on May 21, 2014, 06:52:43 AM
I'd like to have ability to save current language in any other way instead PlayerPrefs. There are problem - I need to modify your Localisation.cs after each update.
For example - virtual function that I'd rewrite in my successor class.
Thanks!
Title: Re: on/off PlayerPrefs in Localizations
Post by: ArenMook on May 21, 2014, 12:09:28 PM
Why, what's wrong with PlayerPrefs in this case?
Title: Re: on/off PlayerPrefs in Localizations
Post by: borr on May 22, 2014, 01:23:16 AM
Some publishers doesn't like if a game stored in something in the windows registry, for example BigFishGames, iWin, GameHouse
Title: Re: on/off PlayerPrefs in Localizations
Post by: ArenMook on May 22, 2014, 03:42:27 PM
Alright, I'll replace PlayerPrefs with something else in a future update, but I can't promise a specific date.
Title: Re: on/off PlayerPrefs in Localizations
Post by: borr on May 23, 2014, 12:00:13 AM
Thanks!