I am making a game like counter strike. i want to add enemies in it. can anybody help???
- Create the 3d models, and their animations in any modelling package of your choice.
- Drag and drop these models into Unity.
- Write script code that implements the brains of these enemies.
- Write an enemy manager in script code that instantiates the enemies for you.
- Make prefabs for the enemies.