Copyright © 2026 Unity Technologies
The Search workflow has ui to select Propositions or Columns coming from public or internal properties. The Search workflow uses generic mechanism to listen to changes happening in scene. By default any edited SerializeProperty will be correctly listened to. The specific property: mightNeedRebaking is used by the baking workflow but is isn`t modified through the SerialziedProperty API. Nor is there a broadcast that something has changed in the scene. So effectively the Search Window doesn`t know it should refresh. We could fix the calling site and ensure mightNeedRebaking uses a proper mechanism to broadcast change. But this situation could happen anywhere in the editor. For the time being we are not addressing this issue.
Steps to reproduce:
Actual results: APV object does not appear in the query results. According to #ProbeVolume.mightNeedRebaking block, APV still needs to be rebaked.
Expected results: APV object appears in the query results after baking the lighting
Reproducible with versions: 6000.0.71f1, 6000.3.13f1, 6000.4.3f1, 6000.5.0b3, 6000.6.0a3
Tested on (OS): macOS 26.3.1
Notes:
Issues you vote on will appear here