AI assets... yea or nay
I've noticed AI assets in Unity but most of them are for Unity 4 and reviews say they don't work with the latest version. Are there any real AI assets on the Unity store or not? I've seen posts about Playmaker and RAIN not being useful at all except to people who really don't know how to code and think they're getting a good deal when they are not worth it. I am a programmer by trade but I've been writing code for business purposes or software that makes things easier in an office environment so I'm new to AI coding. Is there actually an AI asset that works as advertised or would I be better off doing my own thing for AI?
Answer by tanoshimi · Oct 27, 2016 at 06:50 AM
That's really impossible for anyone else to answer - we don't know the requirements of your game, your programming experience, or your project budget or timeline.
If you're a skilled programmer, you'll always get better performance from a custom-built solution than a generic off-the-shelf. I've always written my own libraries for things like genetic algorithms and neural networks because I find they need to be tuned for each project. But I use generic libraries for steering behaviours and FSMs.
Answer by ericbegue · Oct 27, 2016 at 10:47 AM
If you are interested in Behaviour Tree, have a look at Panda BT. It's a scripting framework, therefore it is intended for programmers. Also it is expected that you write your own code to implement your AIs ( Panda BT is a not collection of predefined AIs ready to use for beginners). Conversely the system is designed to support your own code (new or existing) easily. Of course, It works with Unity 5 and the latest version.
Panda BT works as advertised and comes with no bells and no whistles. I'm the author, so you are welcome if you have any question about using this package.
Your answer
Follow this Question
Related Questions
Rain AI: Infinite Loop In Behavior Tree Problem 1 Answer
RAIN AI - Enemy shoot player 0 Answers
Rain AI follow path and detect 0 Answers
How to get variables of a behavior tree with RAIN AI 0 Answers
How would I Move a rigidbody towards another object? 3 Answers