I did everything the course did but for some reason the bullet won’t spawn, pls tell me how to fix this
Your onFire(Input value)
method should be OnFire(Input value)
with an uppercase ‘O’. C# is case sensitive and onFire
is not the same as OnFire
1 Like
Thanks so much this worked
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.