lol, im tempted to ask on these forums - HELP! I need to make a game, i dont know how, just make the game that i want to make for me. 😃
As for the movement, yes you need to specify in th epost if youre making 2D or 3D. Maybe some code you already have. But the basic is you set velocity in the direction you want enemy to move and youre done. With that you have basic movement. Now if you want the enemy to be smart and like patrol around and then attack player when player is near, thats another story. Im trying to figure that part myself, because i dont want to rely on navmeshes because regenerating them in runtime takes a lot of time and each time you place new object in the world you would need to to do that..