private void Start() { if (telloVideoTexture == null) { telloVideoTexture = FindObjectOfType <TelloVideoTexture>(); } Tello.StartConnecting(); }
private void Start() { Tello.StartConnecting(); }