SelectorEvaluator

Thanks @Cheo. The Selector Evaluator is a different task from version 1 and there currently isn't a direct replacement. You will need to restructure your tree a bit using the Parallel/ParallelSelector tasks
 
Hello,

I am also currently migrating from Behavior Designer to Behavior Designer Pro and am encountering the same issue. I am using Behavior Designer Pro v2.1.10.

Are there any plans to add the SelectorEvaluator to the Pro version in the future?

Also, regarding the comment mentioned earlier in this thread:

You will need to restructure your tree a bit using the Parallel/ParallelSelector tasks

Could you please elaborate on this? Does this mean I should simply replace the SelectorEvaluator with a Parallel or ParallelSelector task?
 
I have it on my list but right now there are higher priority items. But yes, I'd like to get it back eventually.

There are a number of ways to obtain the same functionality, though it takes more than a single task like the Selector Evaluator provided. Thinking about it some more, the most direct replacement is the Priority Selector task. You will need each branch to return a priority, but you can get essentially the same functionality with the same setup.
 
  • Like
Reactions: abc
Back
Top