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.
- Have the current version of Unreal installed (4.19.2), and the location of your project open in an explorer window.
- Downloaded the current igloo camera package that matches the version of unreal you are using
- Extract the camera package somewhere accessible, such as your desktop.
...
To demonstrate the installation of this package, we are going to import it into Epic Games' Unreal Tournament SDKa blank c++ Unreal project called IglooTestProject.
- Make sure you do not have the
...
- Unreal Editor open, if you do, save your work and then close it.
- Copy the
...
Copy the Spout.dll from this location
Paste code macro |
---|
YOUR_UNREAL_PROJECT\Plugins\Spout-UE4-master\ThirdParty\Spout\lib\amd64 |
Paste the Spout.dll to this location
Paste code macro |
---|
YOUR_UNREAL_PROJECT\Engine\Binaries\Win64 |
...
Repeat this process for the OSC plugin, copying the UE4Editor-OSC.dll file to the Engine Binaries Win64 folder.
Start the engine, and open your project.
...
- contents of the Plugins folder IglooUnreal_4_19_2\Plugins to your project Plugins folder
- Copy the Igloo Content folder IglooUnreal_4_19_2\Content\Igloo to your project Content folder
- Open your project in the Unreal Editor