Has anyone Purchased "React" yet ?

Has anyone Purchased “React” from the Asset Store yet ? I’m curios about how it performs and what sets it apart from using something like PlayMaker.

I don’t own any of those but have been tested Playmaker when it was in beta and recently saw some videos about React. Looks like React is based on behavior trees which is a bit better than FSM in terms of encapsulation (or states Independence if you compare to a FSM system) as transitions do not depends on states. Playmaker is based on FSM (finite state machine). But keep in mind, React only create the logic link and the skeleton C# code, you need to feed the code once done. React would provably serve better the programmer, not the artist or designer.
If you really like a visual BT system, i think Behave will do the job for ya. However, if you enjoy coding all the stuff on your back end, get React.

I think I agree. I just bought Playmaker, But to me after watching the React video, It requires quite a bit of work after the fact. If it was listed at a lower price I think I would buy it.

For behavior trees its also important to keep Behave in mind which has been around a long time, is free and which got AngryAnt a sunday mastersession on AIGameDev.net too :slight_smile:

Is React any good though? I’ve been using behave but decorators seem broken. React looks like it can do a lot with a similar degree of coding, but a bit concerned about the generated scripts having to have code added and can’t find out how or if React handles recreating the tree without trashing code bodies!

Anyone had any experience with it yet?

I can’t get to www.differentmethods.com who create React, so I can’t even find any docs, other than the video linked from the asset store!

Thanks
Bovine