I've been trying implement a player controller using the new input system but I cant figure out why it doesn't work. I've even tried referencing Dapper Dino's code from his Mirror series and tried to make it work for Unity's MLAPI, and it still doesn't work. Only the Host has the controls, but the client's controls don't work.
Multiplayer with New Input System
Code (CSharp):
- using System;
- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
- using UnityEngine.InputSystem;
- using Unity.Netcode;
- public...