Hi @ben and @sampattuzzi , I have a weird situation with my game at the moment we did the state machine and the aimoffset I decided add another two states for aim and aim_and_walk, so I didn´t follow the video where Sam puts the AimoffSet outside of the state machine,I put it like this.
But after this video I notice my AI was working the same way but, my third person player character wasn´t, so i decide to put the animoffset outside of the state machine
Then my player controller start working again, but I dont know why this is happening , i already checked the aim angle variable, could you tell me why you didnt put the anim offset inside the state machine like me, is there a reason?