Hi, I am trying to make several multiplayer camera’s with Cinemachine and i am referencing them like this:
using UnityEngine;`
using Unity.Netcode;
using Cinemachine;
When I do this unity gives me an error saying that Cinemachine could not be found. Is there any way to fix this? Thanks in advance.