#Projectile Shooting Problem
18 messages · Page 1 of 1 (latest)
Dont use knimetic body as bullet
Body . Use area 2d
which type of game you msking 2d or 3d
You need to change the
Extends Kniemetic body
To
Extends area
In bullet script
In kmiematic body script write
In this tutorial for the Godot engine, I show you how to use a node that comes with Godot to make weapon projectiles! Often, people use rigid-bodies to do projectiles but that is taxing on the machine for no reason and often requires additional tinkering to get working correctly as rigid-bodies do collision checks in a different update look. Are...
You can follow this tutorial
It works. Notify me if it still do not work
thanks, it works now