Behavior tree + ucc

Blacksheep

New member
Hello, I have a problem with the Behavior Tree integration for UCC.

UCC 3.1.1
Behavior tree 1.7.12

Assets\Behavior Designer\Integrations\UltimateCharacterController\Editor\BehaviorDesignerIntegration.cs(11,32): error CS0234: The type or namespace name 'Managers' does not exist in the namespace 'Opsive.Shared.Editor' (are you missing an assembly reference?)
Assets\Behavior Designer\Integrations\UltimateCharacterController\Editor\BehaviorDesignerIntegration.cs(23,48): error CS0246: The type or namespace name 'IntegrationInspector' could not be found (are you missing a using directive or an assembly reference?)
Assets\Behavior Designer\Integrations\UltimateCharacterController\Editor\BehaviorDesignerIntegration.cs(22,6): error CS0246: The type or namespace name 'OrderedEditorItemAttribute' could not be found (are you missing a using directive or an assembly reference?)
Assets\Behavior Designer\Integrations\UltimateCharacterController\Editor\BehaviorDesignerIntegration.cs(22,6): error CS0246: The type or namespace name 'OrderedEditorItem' could not be found (are you missing a using directive or an assembly reference?)
 
Back
Top