Search Issue Tracker
Fixed
Fixed in 1.21.17
Votes
3
Found in [Package]
1.21.14
Issue ID
ADDR-3479
Regression
Yes
Missing GUIStyle errors when clicking Create Addressables Settings
Steps to reproduce:
1. Install the Addressables package and make sure there are no pre-existing settings
2. Go to Window>Asset Management>Addressables>Groups
3. Click Create Addressables Settings
Expected result: settings are created without any errors
Actual result: three GUIStyle related errors are thrown:
Missing built-in guistyle ToolbarSeachTextFieldPopup
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:190)
Missing built-in guistyle ToolbarSeachCancelButton
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:190)
Missing built-in guistyle ToolbarSeachCancelButtonEmpty
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:190)
Reproducible with editors: 2022.3.5f1, 2023.2.0b1
Package version: 1.21.14
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
mmongeu
Aug 22, 2023 16:36
Happens on editor 2022.3.6f1 too
Klausbdl
Aug 13, 2023 17:19
Happens on editor 2022.3.7f1