Unity

Doozy : UIView : You are trying to SHOW the UIView, but you did not enable any SHOW animations. Enable at least one SHOW animation in order to fix this issue.

쪼꼬두유 2020. 6. 10. 10:40

ui뷰에 Animation이 꼭 들어가야 하는데

나는 그냥 단순 노출이라고 animation을 안 넣음

이럴경우에는 플레이가 제대로 안되고 콘솔창에

Doozy : UIView : You are trying to SHOW the  UIView, but you did not enable any SHOW animations. Enable at least one SHOW animation in order to fix this issue. 와 같은 에러를 뱉음(HIDE 버전도 있음)

애니메이션이 없는 경우에는 이런 버튼을 찾아서 켜주자