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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2020.2):
Fixed in: 2020.2.0a3