I would like when my rigidbody hit this block for it to gain a little velocity on bounce, is this possible?
The only way I can think of is a script. One that increases the velocity OnCollisionEnter()
EDIT: Actually OnCollisionExit() might be better.
I would like when my rigidbody hit this block for it to gain a little velocity on bounce, is this possible?
The only way I can think of is a script. One that increases the velocity OnCollisionEnter()
EDIT: Actually OnCollisionExit() might be better.