Legacy Documentation: Version 4.6.2
Language: English
Installing the Cluster Renderer
Operating The Cluster

Setting Up A Clustered Scene

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Using these tools are optional if you already have a scene that knows which camera configuration to use.

Importing The Editor Tools

Import the clustertools.package into your project. You should see something like this:

Using The Tools To Setup The Cameras

Power Wall

  1. Create a “Camera Rig” asset by clicking on Assets>Create>Camera Rig.

  2. Click on the new asset and observe its properties in the Inspector.

  3. Edit the properties as you see fit.

  4. Attach the “ClusterRenderer.cs” script to the MainCamera. From the inspector, assign the asset created at step 1 to the “Rig” property. For testing purposes ONLY, you may check Override Node Index and manually enter an index. You may render this camera to a RenderTexture to check its view.

  5. Edit the Player Settings from the Build Settings dialog. You can adjust the screen resolution and fullscreen/windowed as desired but you must check “Run In Background”.

  6. Build the player.

Cave

Use the same steps as for the Power Wall but set the CameraRig’s Type property to “Cave”

Installing the Cluster Renderer
Operating The Cluster