https://www.leiainc.com/sdk
https://docs.leialoft.com/developer/unity-sdk/unity-sdk-guide
https://www.leiainc.com/sdk
Project Setup Steps
- Delete your previous Leia Unity SDK folder if it exists
- at
<project_path...>\Assets\LeiaLoft\
- at
- Download the Leia Unity SDK: https://www.leialoft.com/tools
- Import the Leia Unity SDK .unitypackage into your Unity project.
- While Unity is running, double-click the .unitypackage or
- Drag the .unitypackage into your Unity project’s
Assets
folder
- Follow the Recommended Unity Settings window. If this does not pop up automatically, it can be found in Leia> Recommended Unity Settings or Alt + R
Conversion Steps for New and Existing Projects
- Follow the project setup steps.
- Attach the LeiaCamera.cs script to your Camera GameObject.
- Follow Content Design Guidelines.
Quick Design Steps
- Start by encompassing your game content in the Leia Frustum.
- Set focus plane to where the viewer should be looking. a. Text / UI looks best when in focus.
- Set baseline scaling to determine the amount of depth or size of your Leia Frustum.
- Switch to 2D mode when no 3D content is displayed.
Notes
- 2019.4.29f1 LTS works fine.