I am getting an error regarding a script in Unity 5.4.0b24.
Assets/Standard Assets/Character Controllers/Sources/Scripts/AICharacterControl.cs(10,28): error CS0234: The type or namespace name AI' does not exist in the namespace `UnityEngine'. Are you missing an assembly reference?
removing this script from my project causes playmaker to give 72 errors like "pathfinding" stuff, so I can't just delete this script.
any idea how to correct this error?
↧