목록DEV/Error (13)
Programmer:)
unity the active master node is not compatible.... 로 경고 아이콘이 뜸 해결법 1. Project view 오른쪽 마우스 클릭 -> Create -> Rendering -> URP, HDRP.. -> Pipeline Asset클릭 이렇게 파일 생성됨. 2. Project Settings -> Graphics 에서 Rander Pipeline Asset 아까 위에서 생성된 UniversalRenderPipelineAsset 넣어줌 해결
64bit 운영체제에서 32bit dll을 사용해서 발생한 문제 version : Visual Studio 2017 error massege : #80040154 클래스가 등록되지 않았습니다. (예외가 발생한 HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) 오류로 인해 CLSID가 {4CE576FA-83DC-4F88-951C-9D0782B4E376}인 구성 요소의 COM 클래스 팩터리를 검색하지 못했습니다. solution 64bit 운영체제에서 32bit dll을 사용해서 발생. 환경셋팅을 32bit에 맞춰 test진행
version : Visual Studio 2017 error massege : #Error Fody: No weavers found. Add the desired weavers via their nuget package #error : Fody: No configured weavers. It is possible you have not installed a weaver or have installed a fody weaver nuget into a project type that does not support install.ps1. You may need to add that weaver to FodyWeavers.xml manually. . . solution ****이미 설치되어있으면 다운그레이드 ..
*한글 깨짐 문제에서 window -> preferences 에서 UTF-8로 변경하는 방법으로 해결되지 않았음.* moolgogiheart.tistory.com/88 이클립스 한글 깨짐/한글 오류 복구 이클립스 한글 깨짐/한글 오류 복구 이클립스로 작업을 하다보면 간혹가다 한글이나 특정 문자가 깨지는 현상을 볼 수 있습니다. 위와 같은 현상은 주로 인코딩이 'EUC-KR' 또는 'MS949'로 설정되어 moolgogiheart.tistory.com 위의 내용을 해보고 안될경우 아래와 같은 방법으로 진행하면 될 듯 함. window -> preferences encoding 입력 Text클릭 후 Default encoding 입력란에 EUC-KR을 입력하고 update를 클릭. 프로그램 재시작