Maybe I’m just too new, but this tutorial broke my game and I had to download yours to fix it.
During the tutorial, you use the wrong class (ThirdPersonCharacter in the Enemy script) and correct it later (to AICharacterControl). I didn’t realize it would change that class name throughout all scripts. So when I finally figured out that was what happened, and tried to fix it, it just permanently messed me up. I tried to copy and paste all your scripts into mine, but then it was referencing objects that didn’t exist. I tried to fix it in Unity, dragging and dropping scripts and reverting to prefabs but nope. It was just messed right up.
So I’ve managed to download your version of the game at this point and it’s working, but I wanted to STRONGLY suggest to either redo the tutorial without the error, or maybe insert some instructions on how to correct the class without rewriting the names for all places it appears in all scripts.