게임개발

    [Unity3D] TEXT RPG 요소 추가 툴 (JSON I/O)

    게임 요소 추가를 기획자가 편하게 하기 위해 만든 간단한 툴입니다. Code https://github.com/rhkd2612/Text_Rougelike_Design_Tool GitHub - rhkd2612/Text_Rougelike_Design_Tool: 게임요소 간단 추가를 위한 기획자용 툴 with json I/O 게임요소 간단 추가를 위한 기획자용 툴 with json I/O. Contribute to rhkd2612/Text_Rougelike_Design_Tool development by creating an account on GitHub. github.com JSON 입출력 방식을 사용하였기 때문에 코드 참고바랍니다. (솔코딩이라 귀차니즘이 묻어나오는..ㅎㅎㅋㅋ) using System.C..

    [Unity3D] unity3d PackageCache Error 해결법

    유니티 설치 시 이와 같은 오류가 뜨면서 컴파일이 안되는 오류 Library/packagecache 에서 나는 오류 Go to C:/Users/Your User Name(Utente for this question)/AppData/Local/Unity/cache/packages/packages.unity.com (The path that is shown in error) Delete all of those folders you see in that packages.unity.com folder. Go back to Unity & let it recompile it. Your errors must be gone now. 숨김폴더 보기를 한 뒤 C:/Users/Your User Name(Utente for ..