Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: CarlosFM on October 15, 2012, 12:06:35 PM

Title: UIInputSaved on mobile platforms
Post by: CarlosFM on October 15, 2012, 12:06:35 PM
Hi all,

Is there any reason why UIInputSaved would not work on mobile platforms? I've been playing around with it and it seems to work for mac builds but not for android or iphone ones.

Thanks

Regards,
Carlos.
Title: Re: UIInputSaved on mobile platforms
Post by: ArenMook on October 15, 2012, 12:18:19 PM
No reason for it. It uses PlayerPrefs, which works everywhere. Keep in mind, saved preferences don't carry from one platform to another. Each platform is independent.