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.
Installing the package
To demonstrate the installation of this package, we are going to import it into a 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 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
Add Comment