본문 바로가기
개발/Unity

유니티 - 비주얼 스튜디오에서 Json 파일 열기 (Open Json file in Visual Studio)

by 피로물든딸기 2022. 6. 25.
반응형

Unity 전체 링크

 

유니티에서 Json(제이슨) 파일을 열 경우 아래의 경고창이 나오는 경우가 있다.

Unable to open [Path][FileName].json: Check external application preferences.


해결방법

 

[Edit] → [Project Settings...] → [Editor]에서 아래로 내려간다.

[C# Project Generation] → [Additional extensions to include]에서 지원하는 파일 목록을 볼 수 있다.

 

[Additional extensions to include]의 내용을 txt;xml;fnt;cd;asmdef;rsp;asmref;json 으로 변경한다.

 

이제 정상적으로 파일이 열린다.

 

Unity Plus:

 

Easy 2D, 3D, VR, & AR software for cross-platform development of games and mobile apps. - Unity Store

Have a 2D, 3D, VR, or AR project that needs cross-platform functionality? We can help. Take a look at the easy-to-use Unity Plus real-time dev platform!

store.unity.com

 

Unity Pro:

 

Unity Pro

The complete solutions for professionals to create and operate.

unity.com

 

Unity 프리미엄 학습:

 

Unity Learn

Advance your Unity skills with live sessions and over 750 hours of on-demand learning content designed for creators at every skill level.

unity.com

반응형

댓글