Search Issue Tracker
By Design
Votes
0
Found in
2020.3.42f1
2021.3.14f1
2022.1.23f1
2022.2.0b15
2023.1.0a19
Issue ID
UUM-19972
Regression
No
UI from uxml fails to show with a TwoPanesplitView
Reproduction steps:
1. Open the user's attached project
2. Open “Test Window” > “From uxml”
3. Observe
4. Open “Test Window” > “From code”
5. Observe
Expected result: Both windows show the split pane with left and right labels
Actual result: “From uxml” fails to show split pane
Reproduced with: 2020.3.42f1, 2021.3.14f1, 2022.1.23f1, 2022.2.0b15, 2023.1.0a19
Reproducible on: Windows 11
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Resolution Note:
The TwoPaneSplitView is not visible when created from an uxml because the instantiated template does not have a size. To fix this issue, flexGrow has to be set to 1 in the instantiated template.