2017년 4월 3일 월요일

유니티 SetAnimationEvents 함수쓸때 유의사항

c#코드에서

public static void SetAnimationEvents(AnimationClip clip, AnimationEvent[] events);

를 사용해서 AnimationEvent[] 넣어줄때

시간순서대로 정렬안되어있으면 이벤트가 씹힘.

2017년 2월 13일 월요일

머큐리얼에서 에러날때

abort:last update was interrupted hint: use "hg update" to get a consistent checkout.



해결방법 : 아래 명령어 입력.
 hg update -r . 

출처>http://stackoverflow.com/questions/23698124/what-does-use-hg-update-to-get-a-consistent-checkout-mean

2017년 1월 22일 일요일

mac 에서 확인되지 않은 개발자가 배포한 앱 실행하기


"xxx" 은(는) 손상되었기 때문에 열 수 없습니다. 해당 항목을 휴지통으로 이동해야 합니다.

터미널로 들어가서 게이트 키퍼를 끄자

sudo spctl --master-disable

참고사이트