PlayerPrefs Heading

General support.
Post Reply
User avatar
Ciorbyn
Contributor
Contributor
Posts: 37
Joined: Thu Aug 31, 2017 8:44 am

Hi,

In order to avoid unpleasant conflicts with the PlayerPrefs of other MFPS Based projects I have to change the headers.

I only found the ones contained in PropertiesKeys:

public const string PreferredRegion = "mfps.lobby.region2";
public const string PlayerName = "mfps.game.username";
public const string RememberMe = "mfps.game.rememberme";
public const string FrameRateOption = "mfps.game.frop";

Are they just these or are there others?
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Hi,

No these are the only hard code ones, all others are dynamic formatted keys that use the 'Application.productName' as the identifier to avoid this very exact problem.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
Ciorbyn
Contributor
Contributor
Posts: 37
Joined: Thu Aug 31, 2017 8:44 am

Perfect! Thanks so much ;)
Post Reply