Is there anywhere I can buy bots ready to place in my environment?

Hi
Is there anywhere I can buy bots ready to place in my environment? I want to just put them into my map ready to do attack like in UDK.
Thx

No, at least not yet or i just don’t know. It could be that someone sells a Bot Script on the Market some time in the future, but at the moment you would need to script it yourself.

Look for tutorials on Youtube to get started with AIs and do it yourself. Most of the time the AI Script depens on other classes, like your Character Class, and so you would need to modify the script, so that it can be used for your own project.

Thx eXi
Seem like rather heavy job. Do anyone know if this is easier in Unity?

I can tell you, it’s heavy everywhere. You would need to script your AI Behavior in Unity C# as well. I think it’s way easier here in UE4 due to the Nav Mesh and the Behavior Tree.

Making a game isn’t easy at all. Try to learn how to make an AI. If you run into problems, you can ask on the Answer HUB. If you don’t start learning and doing something by yourself for your game, i don’t think you will come far in the game industry.