Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2019.3.0a1
2019.4
2019.4.9f1
2020.1
2020.2
2021.1
Issue ID
1295252
Regression
Yes
Asset name with a "." symbol, results in the Inspector window only displaying the name before the last "." symbol
Reproduction steps:
1. Open the attached project "FolderNAMES.zip"
2. In the Project window go to Assets, right-click, navigate to Create, and select "My Scriptable Object"
3. Rename the ScriptableObject Asset to "1.2 Object"
Expected result: In the Inspector window the ScriptableObject's name is displayed as "1.2 Object"
Actual result: In the Inspector window the ScriptableObject's name is displayed as "1"
Reproducible with: 2019.3.0a1, 2019.4.16f1, 2020.1.17f1, 2020.2.0b14, 2021.1.0a7
Not reproducible with: 2018.4.30f1, 2019.2.0a14
Notes:
- When pressing Ctrl+D on the selected Asset, the duplicate name and the original Asset name will be displayed correctly
- If the Asset is named "1.2.3 Object", the Inspector window will display the name as "1.2"
- The issue also reproduces if the Asset is named without numbers "a.b.c Object", the Inspector window will display the name as "a.b"
- The issue reproduces with other Assets like Material, Audio Mixer, Lens Flare
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
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
Resolution Note (fix version 2021.1):
Fixed in 2020.2.0f1, 2021.1.0a8