Where is PlayerPrefs.plist?

Where is PlayerPrefs.plist stored when using the Editor? I am not sure if it is different depending on the version of Unity, but I am using iOS Standard. Nothing seems to come up when I search my hard drive.

likely in the same place the editor settings are stored.

but it shouldn’t be relevant cause you don’t need them for anything normally.
Any specific reason you need it?

I am storing data in it and I want to verify what is being written.

In ~/Library/Preferences, using your company and product name.

–Eric

Thanks