Hello.
For an unknow reason, my character doesn’t attack enemies.
I can target them, , the weapon point looks spawning has it should be in the weapon GameObject :
I’ve double check (triple with Nathan’s video) with your project and also with the GitHub and discovered is missing something in the PlayerTargetingState.
This should definitely have the return;, that was correct in the course, but an omission on my part in the rpg to third person wiki.
I caught this and updated it in the Combo Attacks commit.
I added this in the section Projectiles, Part 2
Fun tip: From any Repository, open a file, and at the top of the page, click on the button marked “Blame”. From there, it will tell you the specific commit where a particular section of code was added. (I use it religiously as students ask me all the time “hey, when did [xx] get added?” and I can use it to point the way).
The enemies will do nothing but stand there and look dumb and lazy until the Enemies section of the tutorial.