Need help

Hey guys first I want to say hello to everyone ,My name is Beri and I am new to Unity and programming …
I really wanted to start learning pathfinding and this one seemed the best out of everything else on unity assets store …so I 've got the Pro version.

I am a total noob and I have a difficult time getting on with a Pathfinding Project… I did start with very first tutorial but I have problem following instructions … I guess that even though it may be clear to everyone who knows unity well I am afraid I have to ask some silly beginner questions

i 've started the basic tutorial “Get Started With The A* Pathfinding Project”

and got to this point ;

Adding the AI

What is a pathfinding test without some moving stuff? Not fun at all, so let’s add an AI to play around with.
Create a Capsule and add the Character Controller component to it…

do I add from the standard assets character controller ? 3rd or first person
or do I with Capsule selected go to component- character ???
but there I have 3 options adding
adding character motor, Fps input and a platform input ?

I am sure to most people this is obvious but i would appreciate some help

Thanks in advanced

p.s also are there any other good tutorials to get me started with this tool

No prob. You will get the hang of unity soon. Here are some more detailed steps:

  1. Menubar -> GameObject -> Create Other -> Cylinder
  2. With the new object selected: Menubar -> Components -> Physics -> Character Controller. Replace the Capsule collider with the Character Controller if it asks you to.

Also, please do not name questions “need help”, I think most (if not all) questions would qualify to have that title. Something more descriptive is better.

  • Updated question title.

Thank you for the help I ve got it working Cylinder now moves towards its dastination when I hit play … any suggestion what i should do next, any other tutorials ?
thank you