News

To network objects together, you derive from NetworkBehaviour instead of Monobehaviour. There are several different checks to network object control to include isPlayer, hasAuthority, isLocalPlayer, ...
The tutorial series introduces VR development in Unity. It covers topics like object grabbing, physics, locomotion systems, collider components, object interaction using rays, handling UI elements, ...