C# beginner problem- "Type 'Shooting' already defines a member called 'Shoot' with the same paramet"

Please use code tags: Using code tags properly

I don’t think you’re seeing the correct problem. For instance inside your Shoot() method, you wrote:

GameObject = Instantiate

which does not make sense. I think you left out a variable, probably the one called bullet.

1 Like