Search Unity

Does PlayerPrefs work on Tizen?

Discussion in 'Tizen' started by S_P, Feb 12, 2016.

  1. S_P

    S_P

    Joined:
    Sep 20, 2014
    Posts:
    55
    It doesn't seem to work.

    Should I switch to BinaryFormatter or other alternatives?
     
  2. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    They appear to work here. What is the problem that you're having?
     
  3. S_P

    S_P

    Joined:
    Sep 20, 2014
    Posts:
    55
    Same code saving/loading data on Android device but not in Tizen when app is restarted.
     
  4. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    Hmm. Could you File a bug with a repro project? Maybe it's a case that my test project isn't catching.
     
  5. S_P

    S_P

    Joined:
    Sep 20, 2014
    Posts:
    55
    are you having the same issue?
    using Unity 5.3.2p2, Tizen 2.4 rev3. OSX10.11.
     
  6. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    No, PlayerPrefs work fine for me.
     
  7. Jonny-Roy

    Jonny-Roy

    Joined:
    May 29, 2013
    Posts:
    666
    I can confirm they work for me too, are you sure you are calling Save?
     
    S_P likes this.