Integration guide
- Last UpdatedOct 16, 2025
- 1 minute read
How to add modules pak files to your project
The only action needed to include a standard Module pak into the project is to add in your project.manifest file a Content element:
<Content contentName="ModuleName.pak" contentType="Pak" bundleName="Core" bundleType="Package" originalVersion="X.Y.Z.W" currentVersion=" X.Y.Z.W " />
Usage examples for modules
XR Modules can be used in isolation, or they can be combined to create a new project using a block-based coding approach.
In fact, once modules have been instantiated in the project, it is possible to route the output of a module to the input of another module. The Viewer with module (FGI) example template can be useful to start familiarizing yourself with the module-based programming approach.