Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.24 KB

EDITING_FLIGHTGOGGLES.md

File metadata and controls

23 lines (15 loc) · 1.24 KB

Editing FlightGoggles

Requirements

  • Unity Editor version >= 2017.4.1 running on Windows. You can find the latest releases of Unity here.

Quickstart

Download the starter Unity3D project folder.

# Update the FlightGoggles code inside the starter project.
cd Assets/FlightGoggles
git pull

Due to licensing, we cannot provide you with some of the paid software modules that are included in the binary. However, these modules are easy to add back to the starter project.

The modules we use are:

Neither of these packages are neccessary for core FlightGoggles operation. TriLib can be disabled by uncommenting #define TRILIB_DOES_NOT_EXIST in CameraController.cs. Additionally, FlightGoggles will fall back to the Unity FXAA antialiaser if it cannot find CTAA.