Create Enemy

Options
How i can make Enemy IA Multiplayer for Bootcamp Multiplayer Demo i dont know how put and enemy in Multiplayer is type of "Zombie" but i dont see how thanks i use Photon :) and unity 3.4

Comments

  • Tobias
    Options
    This is a very broad topic and it also depends on the game you want to make. So you won't get comprehensive answers for exactly your usecase.
    In principle, creating an AI for multiplayer is much the same as when you do it for singleplayer. Then, you would have to treat the AI like a human player and convert it's descisions to movement updates and send those along. Each AI you need should run on only one player's machine. You could make each machine handle a few AIs or run them all on one player's PC.