Creating NPC

Options
I want to make make server-sided NPCs that aren't controlled by players, and share their Health, position etc.
How can I make a server object that handles when they are created, and such?

Thanks!

Comments

  • vadim
    Options
    Photon Cloud servers can't run game logic. They are only for communication between clients.
    You may switch to self-hosted Photon Server and customize server-side code so that logic partly or entirely is executed by server.