A Fix To CS0246?

Kudos for using half the CODE tag. Please use both of them :slight_smile:
https://discussions.unity.com/t/481379

I will presume that you want to refer to a Button. So this

should be something like this:

using UnityEngine.UI;
[...]
public Button camSwitchButton;