namespace is used like a type

nnimar

New member
Hi,
I just bought the Behaviour Design Movement and after installing it, I got the following error:
Assets/Behavior Designer Movement/Scripts/BehaviorSelection.cs(25,38): error CS0118: 'BehaviorTree' is a namespace but is used like a type

I'm using Unity 2023.3.16 on Macintosh.

best,
N
 
My guess is that you have another namespace named BehaviorTree. You should either rename that namespace or strictly define each type within all of the Behavior Designer components.
 
Top