B
Size: a a a
B
B
S
PD
B
ВС
SR
ВС
ВС
AZ
AZ
P
AZ
n
n
E୧
private void FixedUpdate()
{
rb.AddForce(Direction * Speed);
}
void OnCollisionEnter(Collision other)
{
Direction = other.contacts[0].normal;
}
A
E୧
A
S
private void FixedUpdate()
{
rb.AddForce(Direction * Speed);
}
void OnCollisionEnter(Collision other)
{
Direction = other.contacts[0].normal;
}