유니티 에러 error : Assertion failed on expression: '!CompareApproximately(aScalar, 0.0F)'
유니티 작업을 하는 도중 Quaternion.Lerp 함수를 이용하는데 아래와 같은 오류가 났다.
해당 오류 코드와 구글링을 보니 Quaternion.Lerp 함수 세 번째 인자가 1보다 크면 안된다고 한다.
해결방법은 아래와 같이 1보다 작게 만들어 초기화해 오류를 해결한다.
출처 : https://answers.unity.com/questions/1158848/error-compareapproximately-ascalar-00f-with-quater.html
유니티 포톤 애니메이션 동기화 Photon Pun Animation Syncing (0) | 2021.06.04 |
---|---|
유니티 에러 error : Animator.GotoState: State could not be found, Invalid Layer Index '-1' (0) | 2021.06.04 |
유니티 에러 error : invalidcastexception: specified cast is not valid. (0) | 2021.06.02 |
유니티 빌드 에러 failed to update android sdk package list. see the console for details (0) | 2021.05.22 |
유니티 적 바라보기 (1) | 2021.05.14 |
댓글 영역