Referencing method on External Behaviour

timothy92

New member
How would I go about referencing a public method on an External Behavior? I have a script with the method I want to invoke on the same object as the Behavior tree component.

Thanks
 

Attachments

  • Screenshot_2.png
    Screenshot_2.png
    77.6 KB · Views: 14
Unfortunately there isn't a good way to handle this case beyond not using external trees or the reflection methods because project-level assets are not able to access scene-level assets.
 
Top