Troubleshooting
1) Elements Do Not Appear
Check:
- that a compatible camera exists
- that a root entity built from
URootUiexists - that
ComputedSizeis not zero - that
Visibilityis notHidden
2) Interaction Does Not Work
Check:
- that
UInteractionexists on the interactive entity - that no unintended child or parent is intercepting picking
- that no ancestor clip removes the hit
3) Text Escapes A Clipped Container
- confirm
UClip { enabled: true }is present on the correct ancestor - confirm
UnivisTextPluginis active sosync_text_label_meshesandsync_text_clipper_materialscan apply local and ancestor clipping
4) Scrolling Does Not Work
- the container must carry
UScrollContainerandUInteraction - the mouse must actually hover the container
- the content must overflow the visible area
5) Panel Resize Does Not Work
- make sure
UPanelWindowis present withUPanel - inspect
min_width,min_height, andborder_hit_thickness - make sure the UI is reachable from the currently resolved root camera