Private & Confidential

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

A guide to installing, running, and adding your own settings to the igloo 360 unreal camera system.

Prerequisites

Before staring you must have completed the following steps.

  1. Have the current version of Unreal installed, and the location of your project open in an explorer window.
  2. Downloaded the current igloo camera package that matches the version of unreal you are using
  3. Extract the camera package somewhere accessible, such as your desktop. 

Installing the package

To demonstrate the installation of this package, we are going to import it into Epic Games' Unreal Tournament SDK

  1. Make sure you do not have the editor open, if you do, save your work and then close it.
  2. Copy the plugin Spout-UE4-master to the Plugins folder of your project, if there is no plugins folder, create one.
  3. Copy the plugin OSC to the Plugins folder of your Project. 


  4. Copy the Spout.dll from this location

  5. Paste the Spout.dll to this location

  6. Repeat this process for the OSC plugin, copying the UE4Editor-OSC.dll file to the Engine Binaries Win64 folder.

  7. Start the engine, and open your project. 

    When starting your project, the plugins should compile, if they fail. Try Generating project files and then manually rebuilding your project. 
    The OSC Plugin is notorious for only running on the exact build it was originally complied. You may need to get the exact OSC package relative to your build.





  • No labels