- Home /
Question by
ZachAttack9280 · Apr 20, 2018 at 12:04 AM ·
c#playerprefsgamesstatssetfloat
Grabbing PlayerPrefs variables from another game.
Hello, I am planning on making another game as an addition to my current one that is for stats only. (Just for testing and different UI and etc.) But basically on app 1, I would have let's say variable num set to 1 and then playerprefs sets float "number" to num. Then on app number 2, it would load that "number" playerprefs from app 1.
Is this possible on iOS (C#)? Thanks, Zach.
Comment