Ejemplo n.º 1
0
    void Start()
    {
        _input = GetComponent<CarTouchExternalInput>();

        if (PlayerPrefs.GetInt("Control") == 1)
            _buttons.SetActive(true);
        else
            _buttons.SetActive(false);
    }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     _input = GetComponent <CarTouchExternalInput>();
 }
Ejemplo n.º 3
0
 // Use this for initialization
 void Start()
 {
     _input = GetComponent<CarTouchExternalInput>();
 }