how set Debugin actor for AIPerception?
I use pawn and I don’t have any aim to aim at for setting DebugActor like character class.
Plz, Help. Thanks.
how set Debugin actor for AIPerception?
I use pawn and I don’t have any aim to aim at for setting DebugActor like character class.
Plz, Help. Thanks.
you just need to look at the AI character while you are possessing a character, It will automatically select the character near the center of the screen for debugging
Hi, thx you reply to all my questions.
in ACharacter class you easily aim at the NPC and editor set it as DebugActor but in this case, I using APawn and it’s not working, no matter what I do it doesn’t set DebugActor for me , it must be away so I can set DebugActor manually.
that is why i said, "while you are possessing a character ". you need to be a character to use that. maybe put a dummy character in for the testing
It was distance, if the camera is too far away from AI it doesn’t get it as DebugActor.