Skip to content

Don't store PlayerData.json in the editor #784

Description

@kantagara

Summary
PlayerData.json gets stored in the editor a lot and it's just not a good practice to generate files that you want be using in editor, to store them there

Suggested features or ways to address the summary
Move PlayerData.json somewhere else, like Application.persistentDataPath. If you ever need to remove the PlayerData.json, make a small utility script that's doing that for you.

Motivation
The fact that every time I have to test out login feature in editor, I get playerdata.json.

Acceptance Criteria

  • PlayerData.json doesn't show up in Editor
  • PlayerData.json is in Application.persistantDataPath
  • There's an editor script that removes player data.json (Tools/Remove Player Data in Editor)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions