Skip to content

Instantly share code, notes, and snippets.

@TomoG29
Last active January 13, 2019 04:52
Show Gist options
  • Save TomoG29/05f2be7b483f2f04dd8dcd9269a3f2dc to your computer and use it in GitHub Desktop.
Save TomoG29/05f2be7b483f2f04dd8dcd9269a3f2dc to your computer and use it in GitHub Desktop.
void Start()
{
PlayerPrefs.process(); <-- これは不可能
PlayerPrefs p = new PlayerPrefs();
p.process(); <--これは可能
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment