Search Issue Tracker
Active
Votes
0
Found in
6000.0.57f1
6000.2.3f1
6000.3.0b1
Issue ID
UUM-120588
Regression
No
SearchColumn of type "ObjectReference" does not get refreshed for the custom SearchProvider when lighting generation finishes
How to reproduce:
1. Open the project “IN-113668_LightTesting”
2. Open the “SampleScene.unity” scene (Project tab → Assets → Scenes)
3. Open the Search window for lightmaps (Examples → SearchProvider → Show lights)
4. In the Search window, on the left, select Project → QueryLightmaps
5. Observe the “Lighting Data Asset” column
6. Generate Lighting and wait for it to finish (Window → Rendering → Lighting → Generate Lighting)
7. Observe the “Lighting Data Asset” column in the Search window from step 3
Expected result: Each lightmap’s lighting data asset remains set to “LightingData”
Actual result: Each lightmap’s lighting data asset is “Missing (Lighting Data Asset)”
Reproducible with: 2023.1.0a1, 6000.0.57f1, 6000.2.3f1, 6000.3.0b1
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Notes:
- The project is based on the following documentation: Unity - Scripting API: SearchProvider. The documentation is for Unity 6.0, however it is exactly the same to any supported stream documentation for 6.2
- The provider with the Search Column is defined in Assets/LightingProvider.cs
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Undo Stack Overflow" error is thrown, and Undo History is deleted when multiselected GameObjects are reparented to their GrandParents
- SearchColumn of type "ObjectReference" does not get refreshed for the custom SearchProvider when lighting generation finishes
- LogWarning is not executed in the HDRP package script when running the project in -batchmode
- Freeze on DynamicHeapAllocator::InitializeMemoryRegion when entering Play mode in a specific scene
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
Add comment