Search Issue Tracker
Duplicate
Votes
0
Found in
5.2.0a1
Issue ID
701914
Regression
No
[UI Controls] UI texts disppears when importing two assets named x and x.y
When Unity loses focus and we come back to Unity, the UI texts are not getting refreshed/rendered properly, if two files named x and x.y exist in the asset folder.
Repro from scratch:
- create a canvas and a ui text
- create two empty files x and x.dylib in assets/
- alt-tab to visual studio/chrome/..., scroll in the window
- alt-tab back to unity, text disappears
Steps to repro:
- Add some UI controls and update the labels
- Now toggle out of Unity to some other window
- Come back to Unity
Note that the UI controls are not rendered properly
Its happening in both Scene view and Game view. This is more of a refresh issue, since it gets fixed when we click on play.
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
This is a duplicate of issue #758143