Distributed modules
- Last UpdatedOct 02, 2025
- 1 minute read
In this section of the documentation, you can find details about currently distributed XR modules:
Module paks that are officially distributed can be found in the IDE installation, under the Core Bundle.
For example: \Bundles\Package\Core_x.y.z.w\ModulePaks\xrmodules_module_name.pak
How to create an instance of the module and integrate it
In any included XML script file of your project, add:
<Module name="MODULE_INSTANCE_NAME" version="1.0.0" moduleType="ModuleName" anyConfiguration="5" />
In your project.manifest file, add:
<Content contentName="ModuleName.pak" contentType="Pak" bundleName="Core" bundleType="Package" originalVersion="X.Y.Z.W" currentVersion=" X.Y.Z.W " />