JSON Settings Manager
Unity Editor + RuntimeManage game settings using a JSON file as the single source of truth. Includes an editor window, safe workflows, and a runtime demo.
- Editor window (add/edit/delete, drag & drop reorder)
- Runtime API (load/get/set/save)
- Demo scene (persistent cube color + restore defaults)
- Optional PlayerPrefs sync (advanced)