-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scripts #4
Comments
yeah, not helpful. The playercontroller script i copied verbatim from the youtube video, and my little agent doesn't do any movement really. if i click on the agent it'self it seems to move a little. like, micro units. |
Did you do it in game mode? |
Adding the box collider to the ground is actually necessary and not optional. We need a collider to detect the mouse clicks. |
"SetDestination" can only be called on an active agent that has been placed on a NavMesh. is what it said for me when I added a box solider to the ground |
I was in play mode when it happened |
theres a few issues in these examples example 3 needs more code in start on player controller so that when the player spawns it has a meshagent and a camera. |
Hi, thanks for you tutorials. I've downloaded the source code, but there are not all scripts in the repo. Is it possible to get all needed scripts for these tutorials?
Thanks in advance!
The text was updated successfully, but these errors were encountered: