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
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
- UI Document button's text does not resize relatively when size in percentage (%) is used
- Event.current.mousePosition has an offset of 1px along the y-axis in WebGL build when the mouse button is released
Resolution Note (fix version 2020.2):
Fixed in: 2020.2.0a3