I can't reference Cinemachine in my script

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.

1 Like

it is using Unity.Cinemachine;

2 Likes

thanks a lot for that it helps me out.

1 Like

What are you using for your code editor?

1 Like