Multiplayer Support Differences
This page lists everything that is currently not supported in T#
🌐 NetworkBehaviour versus TerraNetBehaviour
For multiplayer games, Unity devs might use NetworkBehaviour
from Netcode for GameObjects or Mirror. In Terra Studio, you must use TerraNetBehaviour
instead. It provides network-specific lifecycle methods & wrappers for multiplayer-enabled GameObjects.
Last updated