/TelloForUnity

Ryze Tech/DJI Tello application development resources for Unity

Primary LanguageC

TelloForUnity

A Ryze Tech/DJI Tello application development resources for Unity.

Note

This project is including the following modules.

At this time, Windows 64 bit and macOS 64 bit versions are supported. Android (including Oculus Go) version is experimentally supported.

Installation

Clone

git clone https://github.com/comoc/TelloForUnity.git
cd TelloForUnity
git submodule update --init --recursive

Windows Specific Settings

Please confirm the Windows Firewall settings of your Unity Editor. Public network access is required to receive the video stream from Tello.

image.png

macOS Specific Settings

Before using, brew install x264 ffmpeg is required.

Oculus Go Specific Settings

Scenes/OculusGo is an example. Before opening the scene, Oculus Utilities For Unity should be imported.

Basic Usage for Windows or macOS

  • Open the TelloUnityDemo project into Unity Editor.
  • Edit > Project Settings > Player > Other Settings > "Scripting Runtime Version" as ".NET 4.x Equivalent".
  • Open the Scenes/Master scene.
  • Connect to Tello Wi-Fi.
  • Play.
  • Key assignments and Tello's battery status are displayed in the Game window.

Legal Information