Required folder structure for custom tasks

mostlyhuman

Member
Is there a way to use a custom folder location for custom tasks or are they required to be in one of the four "Tasks" subfolders in the main BD or one of the three add-ons?
 
You can store the tasks in any location. I recommend storing them outside of the Behavior Designer folder for easier updating.
 
Hmm, I dropped one in the root of my assets folder and its not pulling up in the task search in the BD editor.

Scratch that, it had some errors in the script that was why. Thanks Justin!
 
My guess is that you are getting a compiler error. There isn't a requirement that the tasks are stored in any particular location. Behavior Designer will search through all of the assemblies for any class that inherits Task.
 
Top