anil021
(anil021)
November 27, 2016, 11:38pm
1
Hello again. I just look up pawn sensing tutorials and i tried to do something different with it.
I add pawnsense to my character. And tried to move enemy when i was looking it. Basically i tried to do an enemy chase me just when i was looking it.
I added add on see connected it with enemy ai and connected it with move to ai. I made target my pawn. I did all of thing in my char bp.
But it does nothing. No move. What am i doing wrong?
I know that some of the AI state machine stuff (specifically AI move_to and such) has changed over the years. How new is the tutorial you used?
anil021
(anil021)
November 28, 2016, 5:14am
3
Probably new because when do it with normal way, i mean when enemy see me, start chasing the character was worked grearly. I’ll post my blueprint when i go home.
anil021
(anil021)
November 30, 2016, 9:53pm
4
I just learnt pawn sensing doesn’t work on ownchar. So i made a cone and did it with overlap. Worked. Thanks