Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.0f2
2019.1.0a1
2019.2.0a1
Issue ID
1117029
Regression
No
Unable to create a prefab when gameObject's name starts with a period
How to reproduce:
1. Create a new project
2. Create a Cube and name it ".Cube"
3. Try to make a Prefab from the ".Cube"
Expected result: Prefab is made
Actual result: Prefab is not made and the error is thrown (Snapshot_1117029_V1)
Reproducible with - 2017.4.20f1, 2018.3.5f1, 2019.1.0b2, 2019.2.0a4
Notes:
When using symbols such as '*' the said symbols are replaced with '_'.
In 2018.3 or newer this error message is thrown:
File Assets couldn't be written. Because moving C:/Users/Gytis/Desktop/New Unity Project (6)/Temp/UnityTempFile-e3c4603fddb97e04290bf73f4af22bcd to C:/Users/Gytis/Desktop/New Unity Project (6)/Assets failed.
UnityEditorInternal.InternalEditorUtility:ProjectWindowDrag()
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
In 2017.4 version this error message is thrown:
Create prefab path must use .prefab extension
UnityEditorInternal.InternalEditorUtility:ProjectWindowDrag(HierarchyProperty, Boolean)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
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
- Packman: The same asset data is displayed differently in "Import" and "Remove" popups
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
Resolution Note (fix version 2020.2):
Fixed in: 2020.2.0a3