Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2019.2.0a7
2019.3.0a1
2019.3.0a8
Issue ID
1168978
Regression
Yes
Layouts - Warning when creating a layout with a blank name
If you save an Editor Layout with a blank name e.g. a single space, the following warning will be displayed in the console:
Menu Window/Layouts/ can't be checked because it doesn't exist
UnityEditor.EditorApplication:Internal_CallDelayFunctions()
This warning will also occur whenever a project is loaded.
1. Open Unity
2. Create a project with any settings
3. Go to Layout > Save Layout...
4. Enter a single space character as the layout name
5. Save the layout
Expected Result:
The layout is saved successfully without any warnings or errors.
Actual Result:
A warning is produced.
Tested on Windows.
Occurs on 2019.3.0a1, 2019.2.0a7
Does not occur on 2019.2.0a6
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 Module] Unity double writes files in the "StreamingAssets" folder when they are deleted using "IPostGenerateGradleAndroidProject" after the Grandle project is generated
- IndexOutOfRangeException and InvalidOperationException when clicking on the HTML log in the Console
- Warnings "Attempting to draw with missing bindings" are logged when opening the HDRP VFX Template Sample Scene
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
Resolution Note (fix version 2019.3):
Fixed. You can no longer create layouts with blank names.