I am using a behavior tree with multiple services. In one problematic service, I use a custom enum and two boolean values from the blackboard and assign them to blackboard key selectors.
Having the editor open, I can set them as shown in the first picture. However, on project startup the BB Started reference suddenly uses “chased” instead of “started” (see second picture).
Both variables have the same default value (“false”) but different names and descriptions in the blackboard (see key list in third picture). The service is also used a second time in the behavior tree (same selector setup), with the same issue.