- Home /
 
 
               Question by 
               fictorial · Mar 20, 2013 at 08:52 PM · 
                iosplayerprefs  
              
 
              Access to existing keys in NSUserDefaults?
I am in the process of re-developing a game of mine from straight iOS to Unity3D. One of the things I need to maintain from previous versions is a value in NSUserDefaults. As I understand it, PlayerPrefs provides access to NSUserDefaults on iOS but there's an implicit prefix added to the keys specified using the PlayerPrefs API. How would I access an existing (prefix-less) key?
Thanks!
               Comment
              
 
               
              Your answer