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
- [Android] Texture Compression default texture format is set to PVRTC when building via script BuildPipeline.BuildPlayer
- [Android][GameActivity] APK built with Development Build enabled gets flagged as having Malware
- Default name of manually created Global Light 2D GameObject differs from the one included in the initial project Scene
- Option for "Acceleration Structure Build Flags" cannot be toggled when Lightmaps have been Generated for a Mesh Renderer
- Lights in Batch keep resetting to 0 in the Light Batching Debugger when a new GameObject is created and the mouse cursor is hovered over the Inspector window
Resolution Note (fix version 2021.1):
Fixed in 2020.2.0f1, 2021.1.0a8