Load other files
- Last UpdatedMay 21, 2025
- 1 minute read
Use the Configurator property tab of XR Settings tool to customize files that are not defined in the table.
These files must adhere to the Configuration files syntax.
additionalConf element
In the config.xml inside the Scene structure, there is the additionalConf element.
-
This item is SSTRING and can be used to list the paths of additional files, separated by a semi-colon (;).
-
This element enables the Configurator to manipulate the content of the login_config and the avatar_config files, if present.
Code example
This is a code example for the additionalConf element.
<item name="additionalConf" type="sstring" value="./gamedata/logic/vestione/login_config.xml;./gamedata/logic/vestione/avatar_config.xm" description="Product additional configuration files" constraints=""/>
