Android Live Preview: Leia Remote 2

Live Preview 3D Content without needing to make builds with our Leia Remote 2 app.

Steps

Leia Remote 2 Download

  1. Download using the link above. Delete any older version, if present

  2. Set Unity build target to Android under File > Build Settings

  3. Set Unity Editor Game Window resolution to device resolution.

    1. 2560 x 1600 for Lume Pad 2

  4. Drag the Leia Remote prefab into your scene. Assets/Leia/Extensions/LeiaRemote/Prefabs/LeiaRemote.prefab

  5. Press play and Leia Remote 2 will open automatically.


Options

Streaming Mode

  • Quality: We recommend leaving your Steaming Mode to Quality for best 3D Preview.

  • Performance: In case you have a large scene, you can tweak the streaming options to increase framerate at the code of visual quality.


Troubleshooting

Black Screen After Several Uses

We have periodically noticed this and are investigating the issue. Until this is resolved, our temporary solution is to close and reopen the Leia Remote 2 app.

Error: InvalidOperationException: Cannot start process because a file name has not been provided

Cause

Leia Remote cannot find your Android SDK Path, Set in Edit > Preferences > External Tools.

Solutions

  1. Confirm your Android SDK Path is set up correctly. This can be tested by building anything to Android and confirming on a device.

  2. If Solution 1 does not fix your issue, manually set your Android SDK location in the Leia Remote script (Assets/Leia/Extensions/LeiaRemote/Scripts/LeiaRemote.cs, inside function SetupADBPath()

Example (If Android Studio is installed):

string sdkPath = "C:\Users\<USER>\AppData\Local\Android\Sdk"

Last updated

Copyright © 2023 Leia Inc. All Rights Reserved