Space level Metadata to control training object and snap to position object highlight
User can use “HighlightTrainingObject” key as a control to highlight training object and snap to position object. By default highlight object will be false. To see the highlighting feature, add a metadata in the space. Note: Highlighting the snap-to-position object is effective only if a mesh renderer is attached to either the child object or the parent object. During the highlighting process, both the mesh renderer and the child object will be enabled to display the visual effects.
JSON to Dehighlight training object and snap to position object
If the user has added “HighlightTrainingObject” key as true in the space metadata then ‘Highlight object’ feature is enabled by default. However, users have the option to disable it in the JSON data for specific node. To turn off the highlighting feature in the experience, use the following JSON setting: {“HighlightTrainingObject”: false, “HighlightSnapPosition”: false}. Important: The JSON configuration can be concatenated with the existing JSON in the node. This allows for incremental updates to the node’s settings without replacing the entire configuration. When adding new properties or updating existing ones, simply append them to the current JSON structure in the node. This method ensures that only specified properties are altered, while the rest retain their existing values or defaults.

