Escape By Any Means Devlog pt11


This is the knife throwing script.

This allows the player to throw knives when they press rb.

This version lacks the ability to see where the knife will hit and also allows the player to throw infinite amount of knives.

This script works by instantiating a knife at the players center point(chest).

The knife is then given a force using addforce using rigidbody.addForce.

This allows the knife to move forward

Get Escape By Any Means