Search Issue Tracker
Fixed in 2020.1.X
Votes
2
Found in
2020.1.0a15
Issue ID
1203285
Regression
Yes
Folder name not rendered fully if there is a dot/period (.) character in the name
Folder name not rendered fully if there is a dot/period (.) character in the name
Steps to reproduce:
1. Open new project
2. Create new folder with name that has a `.` (period) character in it. For example "5. Test"
3. Observe the folder showing up as "5 " in the Assets window. When you click on it, it still shows the actual folder name at the bottom of the window
Expected: Folder name should be shown in full
Actual: The last dot in the name will eat up whatever was written after it
For example: "Test.Test" becomes "Test"
"Test..Test" becomes "Test." and so on.
Reproduced on: 2020.1.0a15
Not reproduced on: 2020.1.0a14, 2019.3.0f2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment