Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0a6
Issue ID
1109197
Regression
Yes
Project Browser - Unhandled group assertion failures when Asset Store filter is selected before search results are returned
If the Asset Store filter in the Project Browser is selected before the results of a search are returned, assertion failures will occur. Note that the easiest way to reproduce this is to have the Asset Store filter selected before the search term is entered.
This is a regression in 2019.1.0a6.
1. Install Unity
2. Launch Unity
3. Create a new project with any settings
4. Once the project is created, go to the Project Browser
5. Enter any term into the search field to get the filters to appear
6. Select the Asset Store filter
7. Clear the search field
8. Enter a new search term
Expected Result:
The search should complete and show results without any errors.
Actual Result:
Two assertion failures appears in the console:
Unhandled group
Assertion failure. Value was False
Expected: True
UnityEditor.HostView:OnInspectorUpdate()
Unhandled group
Assertion failure. Value was False
Expected: True
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Tested on Windows.
Ocurrs on:
2019.1.0a6, 2019.1.0a7, 2019.1.0a12
Does not Occur on:
2018.3.0f2, 2019.1.0a5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Project Auditor Analysis is not marked dirty when the save file is deleted even after reopening the Project Auditor window
- “Shader Graphs” text in the blackboard is hard to see
- "NullReferenceException" error is thrown when changing input field focus via script with custom validation
- The Tables in the Project Auditor’s Assemblies, and Precompiled Assemblies tabs does not scale with the Project Auditor window size which leads to unused empty space and bigger scrollbars in the tables
- Tile Palette button with longer Palette name is misaligned and cut-off when Tile Palette Clipboard overlay is resized
Add comment