Open
Description
Hi folks,
great job, thanks for this useful sample.
I'm not able to find where is the kitten bullet movement implemented.
My bullet is spawned correctly but it is not moving. On "no network" version I was using something like this
rb.AddForce(firePoint.right * bulletForce, ForceMode2D.Impulse);
Can you point me out to the right file?
Many thanks