I'm making a small game in Unity, I have an achievement system and I want to save data of all achievements.
I wanted to make a Json file and store all the achievements details and parse the Json, but since I can't add a custom file in unity editor, maybe there is alternative to save such data.