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
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
Resolution Note (fix version 2021.1):
Fixed in 2020.2.0f1, 2021.1.0a8