Hello, I am trying to create a FPS, and I want the enemy to have a behaviour like the Call of Duty / Battlefield enemies.
I found the bot AI three in the shooter demo from the learn section. I downloaded that project, and tried to copy the bot AI from there to my project. I used “migrate to” for the blueprint folder of that project, but when I open it in my project, the behaviour three is full of errors. I want to ask if I can import that bot into my project, and if it’s possible, how to.import the C++ AI tasks into my project (do I have to rewrite them using blueprint, or I can import them somehow)
Thank you very much.