Far Out SDK for Unity

Documentation and resources for the Far Out SDK

Sample Scenes

The Far Out SDK includes several sample scenes to help you understand how to use the various APIs in your own projects. These samples demonstrate common use cases and best practices for using NASA data in Unity.

Importing the Samples

To import the sample scenes:

  1. Open your Unity project
  2. Go to Window > Package Manager
  3. Select the Far Out SDK package from the list
  4. Click the Samples tab
  5. Click the Import button next to each sample you want to use

The samples will be imported into your Assets/Samples/Far Out SDK/ directory.

Sample Gallery

APOD Gallery

A dynamic gallery that displays recent Astronomy Pictures of the Day with titles and descriptions.

Features

Mars Rover Explorer

Browse through photos from various Mars rovers with filtering options.

Features

Earth Viewer

Interactive Earth imagery viewer that lets you explore satellite imagery from any location on Earth.

Features

NEO Tracker

Visualize near-Earth objects (asteroids) in a 3D space simulator.

Features

EPIC Earth Timelapse

Create timelapses of full-disk Earth images from NASA's EPIC camera aboard the DSCOVR satellite.

Features

Using Sample Code in Your Project

Feel free to use any code from the samples in your own projects. Each sample includes well-commented code to help you understand how everything works.

Key scripts to look at include:

Sample Requirements

The samples require:

The package manager will automatically install these dependencies when you import the samples.

Back to Top