Actor
Actor is our substitute for MonoBehaviours, it optimizes and creates shortcuts for useful stuff.
Networking
For networked objects, instead of NetworkBehaviour, you will use NetworkActor. They work the same way as Actor.
Last updated
Was this helpful?