public void ShowCameraBtn() { if (Unlock != null) { Unlock.SetActive(true); } }
public void HideCameraBtn() { if (Unlock != null) { Unlock.SetActive(false); } }