반응형 게임엔진2 [Unity] 유니티 애니메이션의 샘플 레이트 설정이 안보이는 경우 오랜만에 유니티로 작업하기 위해서 켜서 프로젝트 세팅을 하던중에 애니메이션 창에서 샘플레이트 설정이 바뀌어져 있는것을 발견했습니다. 9.2로 버젼업이 되면서 있던 기능이 사라졌나 했는데, 포럼 글에서 찾아서 기록용으로 남겨둡니다. You can get the sampling back by clicking on the gear on the top right corner of the Animation panel. There you can find the option, which was probably always selected by default : "Show sample rate". 버젼이 되면서 디폴트값이 보이지 않는 상태로 설정이 된것 같습니다. 요렇게 설정을 하면 기존 설정대로 애니메이션 세팅을 할.. 2020. 3. 10. [C#] structs and Interface The fact that a struct can implement an interface is well known and so is the fact that casting a value type into an interface leads to boxing of the value type. This is because methods in interfaces are defined as virtual and to resolve virtual references, vtable (method table) look up is required. Since value types do not have pointers to vtable they are first boxed into a reference type and t.. 2019. 6. 1. 이전 1 다음 반응형