Hi,
I am trying to make a custom player using AC.So that i make a link between my script and Player/NPC script as mentioned in this
tutorial.but i got an error every time in namespace (using com.ootii.AI.Controllers;).i got error massage like (The type or namespace name `com' could not be found. Are you missing a using directive or an assembly reference?).
Please help me why i got this message.(I am using unity 4.6.1f). thanks
Comments
The namespace "com.ootii.AC.Controllers" refers to the Motion Controller asset itself - so if you don't have it, you shouldn't reference it.