728x90
728x170

Unity 에서는 누겟으로 Package 를 다운 받아 사용할수 없고 Asset Store 를 이용해야한다.
기본으로 Unity 는 JsonUtility 를 제공한다. 

하지만 간단히 사용할수 있는것만 제공하기 때문에
Newtonsoft 의 모든 기능을 사용하고 싶을때가 있는데
이때 유용한 Asset 이 있다
https://assetstore.unity.com/packages/tools/input-management/json-net-for-unity-11347

JSON .NET For Unity | 입출력 관리 | Unity Asset Store

Get the JSON .NET For Unity package from parentElement, LLC and speed up your game development process. Find this & other 입출력 관리 options on the Unity Asset Store.

assetstore.unity.com

위 Asset 을 다운받고 코딩으로 가서 using Newtonsoft.Json; 을 추가하면 코드에서 JsonConvert 를 사용할수 있다!

728x90
그리드형
Posted by kjun
,