I got errors while loading my project in Unity:
1. Unknown error occurred while loading 'Library/CurrentLayout-default.dwlt'.
UnityEditor.WindowLayout:LoadDefaultWindowPreferences()
2. Failed to load window layout: UnityEditor.LayoutException: Window layout at Library/CurrentLayout-default.dwlt could not be loaded.
at UnityEditor.WindowLayout.LoadWindowLayout (System.String path, System.Boolean newProjectLayoutWasCreated, System.Boolean setLastLoadedLayoutName, System.Boolean keepMainWindow) [0x00122] in <44c3723143904fb88deebc993c7bb491>:0
UnityEditor.WindowLayout:LoadDefaultWindowPreferences()
3. Unknown error occurred while loading 'Library/expandedItems'.
UnityEditor.WindowLayout:LoadDefaultWindowPreferences()
Please tell me how to fix them, because I am new to Unity and this is the first time I encounter such a problem. The only thing I understood is that my Layout was not saved (I set Layout: 2 by 3)
I don't know how to fix it and didn't try to do anything as I don't understand Unity because I'm new to Unity and just learning it.