Deprecated UI Feedback

Deprecated Presets

The following UI Feedback presets have been deprecated:

tin_with_instruction_overlay_image_text_sound_feedback

  • Deprecated Since: 55.7.0

  • Reason: Replaced by tin_with_instruction_oriented_overlay_image_text_sound_feedback preset, which incorporate alignment and orientation feedback.

  • Alternative: Apply the following changes to your view config:

tin_with_instruction_overlay_image_text_sound_feedback
{
...
   "uiFeedbackConfig": {
     "presets": [
       {
-        "presetName": "tin_with_instruction_overlay_image_text_sound_feedback",
         "presetAttributes": [
...
           {
-            "attributeName": "left_overlay_image",
-            "attributeValue": "dot_overlay"
           },
...
         ],
...
       },
...
    ],
...
  },
...
}
tin_with_instruction_oriented_overlay_image_text_sound_feedback
{
...
   "uiFeedbackConfig": {
     "presets": [
       {
+        "presetName": "tin_with_instruction_oriented_overlay_image_text_sound_feedback",
         "presetAttributes": [
...
           {
+            "attributeName": "cutout_overlay_normal_image",
+            "attributeValue": "uifeedback_tin_dot_cutout_normal"
           },
+          {
+            "attributeName": "cutout_overlay_upsidedown_image",
+            "attributeValue": "uifeedback_tin_dot_cutout_upsidedown"
+          },
+          {
+            "attributeName": "alignment_alignleft_image",
+            "attributeValue": "uifeedback_tin_dot_alignleft"
+          },
+          {
+            "attributeName": "alignment_alignright_image",
+            "attributeValue": "uifeedback_tin_dot_alignright"
+          },
...
+          {
+            "attributeName": "alignment_alignleft_text",
+            "attributeValue": ""
+          },
+          {
+            "attributeName": "alignment_alignright_text",
+            "attributeValue": ""
+          },
...
+          {
+            "attributeName": "alignment_alignleft_sound",
+            "attributeValue": "info_sound_default.wav"
+          },
+          {
+            "attributeName": "alignment_alignright_sound",
+            "attributeValue": "info_sound_default.wav"
+          },
...
         ]
...
       },
...
    ],
...
  },
...
}

The new cutout_overlay_normal_image attribute, which replaced left_overlay_image attribute, now expects an image that fits the entire cutout. If you are customizing the image with a different resource, be sure to use an image whose aspect ratio aligns with your cutoutConfig.ratioFromSize, preferably 6.25 : 1.00, according to the optimal setting for TIN/DOT.

Deprecated Bundled Assets

The following UI Feedback bundled assets have been deprecated:

Image Name Used on preset(s) Since
dot overlay

dot_overlay

tin_with_instruction_overlay_image_text_sound_feedback

55.7.0