336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
warning CS0618: 'UnityEngine.AnimatorStateInfo.nameHash' is obsolete: 'Use AnimatorStateInfo.fullPathHash instead.'
Unity 5.x 버전 이후부터는 더이상 사용하지 않는 속성입니다.
대신에 AnimatorStateInfo.fullPathHash 을 사용하면 경고가 사라질 것이다.
'프로그램 > Unity-Refer' 카테고리의 다른 글
transform.rotate (0) | 2016.03.08 |
---|---|
transform.position (0) | 2016.03.07 |
is marked as an override but no suitable method found to override (0) | 2016.02.25 |
error CS0120: An object reference is required to access non-static member (0) | 2015.11.25 |
앵커(Anchor) 의 역할은? (0) | 2015.05.06 |