Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.2.0b8
2023.1.0a10
Issue ID
UUM-12334
Regression
No
Serialized Property column is broken and displays the Header when the Header attribute is followed by a SearializeField
Reproduction steps:
1. Open the attached project "testHeaderAttribute.zip"
2. Open the "t_testBehavior" asset from Assets/Queries
3. Click the + on the right side of the Search window and add the "TestBehavior/Test Enum" column
4. Right-click the "Test Enum" column and select "Column Format/Experimental/Serialized Property"
Expected result: The SearializeField value is displayed in the column
Actual result: The header "This is a Header" is displayed before the SearializeField value and the values are overlapping and incorrectly formatted
Reproducible with: 2021.3.8f1, 2022.1.14f1, 2022.2.0b6, 2023.1.0a8
Could not test with: 2020.3.38f1 (Different Quick Search interface)
Reproducible on: macOS 12.4 (Intel)
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
Unfortunately the TableView in the SearchWindow cannot filter out Attribute coming from property. We cannot address this bug currently.