LogoLogo
Sign in to Leia Developer Portal
  • LeiaSR™ Documentation
  • LeiaSR SDK
    • LeiaSR™ Native SDK Guide
  • Unity Plugin
    • LeiaSR™ Unity Plugin Guide
      • Getting Started
      • Project Setup
      • Scene Setup
      • LeiaDisplay Component
        • Selecting Objects
        • Worldspace UI Canvas
      • Quick API
      • Extensions
        • Model Viewer Sample Scene
        • Android Live Preview: Leia Remote 2
        • Auto Focus
          • LeiaRaycastFocus
          • LeiaTargetFocus
          • LeiaDepthFocus
      • Content Design
        • Optimizing Object Placement
        • UI and Depth Violations
        • Depth of Field
        • Backgrounds
      • Render Pipeline Support
  • Unreal Plugin
    • Unreal SDK Guide
      • Getting Started
      • Manual Download And Import
      • Scene Setup
      • Quick API
      • Extensions
        • Android Live Preview: Leia Remote 2
      • Required Project Settings
      • Required Build Settings: Android
      • Content Design
  • NEURD SDK
    • NeurD SDK Guide
Powered by GitBook
On this page
  • Steps
  • Options
  • Troubleshooting
  • Black Screen After Several Uses
  • Error: InvalidOperationException: Cannot start process because a file name has not been provided
  1. Unity Plugin
  2. LeiaSR™ Unity Plugin Guide
  3. Extensions

Android Live Preview: Leia Remote 2

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

PreviousModel Viewer Sample SceneNextAuto Focus

Steps

  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"

Leia Remote 2 Download