/
Create a 2D Camera System

Private & Confidential

Create a 2D Camera System

Do not use the Igloo Toolkit, in the way the rest of this guide recommends.

Instead follow this small guide:

  1. Create a new Render Texture somewhere in your Assets.
    Name it whatever you want, but give it a size of 8000px by 1000px

    IglooMat Render Texture
  2. Attach a SpoutSender.cs to your main Camera GameObject.

  3. Change the Capture Method from Camera to Texture, and Add your new Render Texture to the Texture slot. Also, change the output name to something understandable.

     

  4. In the Camera component, add your Render Texture to the Target Texture slot, and change the projection mode to Orthographic, with a size of 1. Set the Target Display to Display 2

  5. This should have now created and extremely wide camera, with an 8000x1000 output, that when played can be viewed in the Igloo Preview Application.

 

Related content

Adding the Igloo Manager
Adding the Igloo Manager
More like this
(1.4.0) Desktop UI - Setting up a Game Engine Layer
(1.4.0) Desktop UI - Setting up a Game Engine Layer
More like this
Customising the Igloo Camera System
Customising the Igloo Camera System
More like this
Desktop UI - Setting up a Game Engine Layer
Desktop UI - Setting up a Game Engine Layer
More like this

(c) Igloo Vision 2020