#I want to fire bullet in auto mode
1 messages · Page 1 of 1 (latest)
and this is the script
and also i am following this tutorial
Learn how to show bullet trails, aka bullet tracers to your "hitscan" guns that use Raycast. This easy to implement VFX is a great way to show your players where the bullets are going besides just bullet impacts.
In the tutorial you'll learn how to implement a hitscan gun that does not use rigidbody physics, but instead uses a Raycast to deter...