How to make a NPC? I dont have skills… Maybe have anybody a prefab…
3 Answers
3NPC is any character that the player doesn’t control. If you have a character (model) on your scene that the player can’t control, you have a NPC. What you want is to add some behaviour to those characters. You can start by creating a simple movement script. Make a simple cube move around each X seconds. There you go.
Hm… Thats a great Idea! I going to make it! Thanks everybody!
im having trouble making my npc collide with the ground can someone help me with this?
These questions are not really meant for UnityAnswers, these are basic tutorial things. UA is for questions that don't already have hundreds of answers or dozens of tutorials about, or for someone stuck on a specific aspect. If you are unsure how to make an NPC, you aren't ready to be making an NPC.
– RobAnthem
The same way you make a PC, except you give it AI instead of controlling it through input.
– Loius