카테고리 없음

Unity잡설_Json관련

zelkova 2020. 9. 10. 16:58

<목차로 돌아가기>

 

참조글.

Scripts_Json_Newton

Scripts_Json_Unity

Scripts_Json_Unity List Serialize이슈

 

 

 

※ 경로관련..

■ Application.dataPath

-->현재 프로젝트 경로> Asset

 Application.streamingAssetsPath

--> 현재 프로젝트 경로> Asset>streamingAssetsPath

 

 

string toJson = JsonHelper.ToJson(playerInfo, prettyPrint:true);

File.WriteAllText (Application.streamingAssetsPath+ "/Saves/data.json", toJson);

 

참조 프로젝트 : lib_2020_0910_jsonProject

 

반응형