Why Can't I acces standard SimpleMouseRotator.cs script?

Hi i Want to disable “simple mouse rotator” script . the thing is I can not acces that script as I acces other scripts.

public class CameraChange : MonoBehaviour {
public SimpleMouseRotator mr; but I get that" the name does not exists in current context…

How do i Acces SimpleMosueRotator.cs?

Is that class in your project?

1 Like

if that class present in your project check out namespace of that script…

thx worked fine!