Search Issue Tracker
Fixed
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2019.1.0a1
2019.2.0a1
2019.3.0a1
2019.3.0a9
Issue ID
1169191
Regression
No
Name of a GameObject can be set to an empty string when changed in the Inspector window
How to reproduce:
1. Create a new project
2. Open the Inspector window
3. Create an empty GameObject in the Hierarchy
4. Delete the name of the GameObject in the Inspector and click enter
Expected result: The name of the GameObject is left unchanged
Actual result: The name of the GameObject is set to an empty string
Reproducible with: 2017.4.30f1, 2018.4.4f1, 2019.1.10f1, 2019.2.0b9, 2019.3.0a9
Notes:
Deleting the name by changing it in the Hierarchy will behave as expected.
Trying to create a Prefab from a GameObject with no name will result in Console error.
Since Unity version 2018.3.0a6 trying to create a Prefab from a GameObject with no name will additionally result in "Access is denied" error message.
Since Unity version 2018.3.0a6 trying to create a Prefab from a GameObject with no name will make a Prefab with a broken Prefab Connection.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment