Prepare the package
Here, we'll guide you through the necessary structure of the .zip package for your project.
Creating a Panorama folder is only needed if manually uploading to the Creator Tools Dashboard, if you are uploading through the plugin directly from Unreal, the follow steps are not needed
Packaging
After the Rendering step, you should have a folder called Panoramas
, which holds the panoramas that you rendered. The plugin also generated a .json
file, which holds information about how these panoramas are connected and how the functionality should happen within the virtual experience. This .json
file can be found on /ProjectFolder/Intermediate/
Emperia3DKit
/PanoInformation.json
.
- Locate the
PanoInformation.json
file. - Zip up the
Panoramas
folder andPanoInformation.json
.
The .zip
file should look like this:
Payload.zip
│
└───Panoramas
│ │ 0.png
│ │ 1.png
│ │ 2.png
└───PanoInformation.json
Next Steps
With the package ready, we're all set to upload it to the server and kickstart the process of creating our virtual experience!
On this page