I’m still a beginner but I noticed when I was told to change y axis from 1 to 2.5, my game didn’t work as it should.
I made a video to demonstrate the problem.
I’m still a beginner but I noticed when I was told to change y axis from 1 to 2.5, my game didn’t work as it should.
I made a video to demonstrate the problem.
are those bullet using the same box also?
if yes, then they probably hit the ground?
is the collider size changed because it doesnt hit smaller boxes?
I don’t exactly know what you mean but here’s the hierarchy.
Yeah I changed it just because of that.
test adding some code to bullet script where it prints what object it hits.
if the issue is that player gets hit by the bullet, or bullets hit ground and explode near player,
could also set Physics Layers, so that bullet doesnt hit Players layer, or Ground layer.