Making Projectile Weapons in the Godot Game Engine!

Support the Channel: Check out my Course on SkillShare! Get the Godot FPS Template Here: This week we look at making a projectile weapon in the Godot Game Engine. We will be making a Rocket Launcher projectile to fire from that rocket launcher. And an explosion to damage enemies and throw physics objects around the room. For the projectile weapon, we will be using a physics object and learn how to spawn it. We will instance it the end of the rocket launcher, sending it through the air to collide with objects and enemies. Finally, we will create an explosion that has an impactful effect. Projectile weapons can be a little tricky in the Godot Game Engine. There are a few tricks to make sure that the process works smoothly with your game. For example making the projectile for your Gun go too fast can actually cause it to pass through objects as it travels faster than the frame update. Rocket
Back to Top