NetworkBehaviours Introduction

NetworkBehaviour is the base class provided by FishNet that is like a MonoBehaviour, but allows you to make API calls and synchronize state over the network.

AnyMMO adds several NetworkBehaviours to the game. By placing these components on the correct prefabs, the objects will function as expected when used in an online game.

Some Wizards, like the New Character Wizard, will do this for you. If you use the Template Content Wizard to install content with the prefix FishNet, any prefabs installed will already have the correct NetworkBehaviours on them.

Read on to discover which NetworkBehaviours are available, and which prefabs they must be placed on.

Last updated