Task broken after I change the class name or namespace

ffbh

New member
Would it be possible that after I changed the class name or namespace the behavior tree could also find the Task without needing to edit them manually
 
You can right click on the task and select replace, but this is a manual operation. There is no history on what the previous namespace was.

Another way to solve this would be to use JSON serialization and then modify the namespace manually within a text editor.
 
Top