Home

Awesome

Unity Fisheye Camera Example

This is a sample code for make a fisheye camera (orthographic projection) in Unity.

environment setting fisheye image

Quick Start

  1. Open TestScene.
  2. You can move character with WSAD keys.
  3. Fisheye camera view is rendered to Display 2.

More Information

You need to make mesh objects to create a fisheye camera in Unity. Please see fisheye mesh generator and this document.