First Person Character Controller Unity Multiplayer with Mirror Tutorial
Unity Engine, Mirror Netcode, First Person Character Controller Asset, ParrelSync, all combined to get you started with an online game. Converting Unitys single player Starter Asset example character to multiplayer, very basic setup for scene and player, further tutorials may follow if this current one is appreciated :) Donation link: Website: Code snippets: (note, youtube disallowed angled brackets in description, the 2 used are replaced with text (angled bracket). using UnityEngine; using Mirror; using using StarterAssets; using Cinemachine; public class PlayerSetupScript : NetworkBehaviour , , remember to set these on player prefab public PlayerInput playerInput; public FirstPersonController firstPersonController; public Transform playerCameraRoot;
|
|