Код: Выделить всё
void LateUpdate ()
{
if (Input.GetKeyDown (KeyCode.D))
{
//delete the next lets say 100 frames of only the right-hand
}
}
Подробнее здесь: https://stackoverflow.com/questions/307 ... es-unity3d
Код: Выделить всё
void LateUpdate ()
{
if (Input.GetKeyDown (KeyCode.D))
{
//delete the next lets say 100 frames of only the right-hand
}
}