BackEndHero 샘플 프로젝트 실행시 에러

문의를 남기실 경우 다음 항목을 작성해 주시면 빠른 답변 처리에 도움이 됩니다.

  • 프로젝트명 : BackendHero

  • 뒤끝SDK 버전 : 5.4.4

  • 에러 코드 :

  • 유니티 버전 : 2019.4.8

error CS1501: No overload for method ‘RectangleContainsScreenPoint’ takes 4 arguments

error CS1061: ‘IClippable’ does not contain a definition for ‘SetClipSoftness’ and no accessible extension method ‘SetClipSoftness’ accepting a first argument of type ‘IClippable’ could be found (are you missing a using directive or an assembly reference?)

error CS1061: ‘MaskableGraphic’ does not contain a definition for ‘SetClipSoftness’ and no accessible extension method ‘SetClipSoftness’ accepting a first argument of type ‘MaskableGraphic’ could be found (are you missing a using directive or an assembly reference?)

백앤드히어로 프로젝트패키지를 받아서 실행핫는데 저렇게 에러가 나와 실행이 안되네요.

안녕하세요 개발자님.

해당 에러는 유니티 내에 UnityEngine.UI가 제대로 작동하지 않아 발생하는 오류로 추정됩니다.

유니티 라이브러리나 PackageManager 내에 UnityUI가 제대로 설치되어있는지 확인해주시고, 정상으로 설치되어있을 경우 유니티의 버전을 2020.x.번대로 올려 실행시켜 확인해주시면 감사하겠습니다.