I am working on FPS game and i want to know about enemy movement in environment, i want to move them randomly and i want to know what are good way to move enemy randomly in environment so that it doesnot look weird what i am doing right now
a) It will get current position of main character move toward it and shoot bullet in that direction.
b) I have set some empty object in environment and set a random function where enemy can select position of game object randomly and move toward that position of game object
What else i can add or this much is ok, i dont want like enemy is doing some weird movement.
↧