Failing to integrate with Ultimate Character Controller

Caldor

New member
I bought the First Person Controller and have tried running the first person shooter and melee example scene, but the "AgentNolan" just stands still. In the melee script he does use his sword. At first I had just forgotten to bake the navmesh, but then even after I had done that, it still did not work. I then figured it was because I was using Unity 2018.3.b7, so I made a new project with 2018.2.f14, but it has the same problem.

The AI is running, but hard to tell where its failing. Any suggestions for debugging this?
 
Oh right... it also has 14 errors, saying it cannot find several tasks at different indexes. Index 12, 16, 27, 35, 38, 42, 46, 50, 71, 78, 82, 88, 92 and 97. It asks if they have been renamed or deleted.
 
My guess is that the Movement Pack isn't imported. After you import that and reload the scene all of the tasks should be there. There is also a readme file included which says what packages you need to have imported.
 
Top