llamacademy / scriptable-object-based-guns

Learn how to create a ScriptableObject-based gun system from scratch for your game!
https://www.youtube.com/watch?v=E-vIMamyORg&list=PLllNmP7eq6TQJjgKJ6FKcNFfRREe_L6to
MIT License
116 stars 27 forks source link

part-15 - Shotgun with knockback #16

Closed llamacademy closed 8 months ago

llamacademy commented 8 months ago

Upgrade to Unity 2022 LTS Add new KnockbackConfigScriptableObject to house knockback configuration Add BulletsPerShot to ShootConfigScriptableObject to support guns with multiple "bullets" in a single shot, such as shotguns.