A Ryze Tech/DJI Tello application development resources for Unity.
This project is including the following modules.
- Forked and modified source code of TelloLib. The original version is Kagrathea's TelloLib.
- Modified source code of NativeRenderingPlugin
- Pre-built DLLs for Windows 64 bit of FFmpeg
At this time, Windows 64 bit and macOS 64 bit versions are supported. Android (including Oculus Go) version is experimentally supported.
git clone https://github.com/comoc/TelloForUnity.git
cd TelloForUnity
git submodule update --init --recursive
Please confirm the Windows Firewall settings of your Unity Editor. Public network access is required to receive the video stream from Tello.
Before using, brew install x264 ffmpeg
is required.
Scenes/OculusGo is an example. Before opening the scene, Oculus Utilities For Unity should be imported.
- 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.