Search Issue Tracker
Active
Under Consideration for 6000.7.X
Votes
0
Found in
6000.0.79f1
6000.3.20f1
6000.5.4f1
6000.6.0b5
6000.7.0a3
Issue ID
UUM-147741
Regression
No
[SearchContext] Reference fields should show a mixed-value indicator ("-") when multiple objects with different references are selected
How to reproduce:
- Open the attached "IN-148270_ObjectSearchFieldBug" project
- Open “SampleScene” Scene
- In the Hierarchy panel, select multiple “ReferenceTest” objects
- Observe the exception in the Console
Actual result: Selecting multiple “ReferenceTest” objects with different “Prefab” values throws “NotImplementedException” in the Console
Expected result: The “Prefab” field shows the mixed-value dash ("-"), with no exception in the Console
Reproducible with: 6000.0.1f1, 6000.0.79f1, 6000.3.20f1, 6000.5.4f1, 6000.6.0b5, 6000.7.0a3
Reproducible on: Windows 11 Enterprise (25H2)
Not reproducible on: No other environments tested
Notes:
- When “ReferenceTest” objects are selected separately, everything works fine
- In 6000.0.79f1 the Inspector field also becomes black, when you select multiple “ReferenceTest” objects, until you click on it
- The “Prefab” field uses [SearchContext], which makes Unity draw it with the Search version of ObjectField that doesn't support the mixed-value ("-") state, so the exception is thrown
- Error Thrown: “NotImplementedException: The method or operation is not implemented.”
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- LineRenderer using URP SpriteLitDefault Material becomes invisible when animating its "Material._Renderer Color" property and disabling and reenabling the GameObject
- Space is missing between StyleSheet and owning document name when viewing inherited StyleSheets in context mode
- [SearchContext] Reference fields should show a mixed-value indicator ("-") when multiple objects with different references are selected
- Documentation Changelog and Licenses links for Multiplayer Center package redirect to missing pages
- AudioClip.loadState reports Loaded instead of Unloaded when AudioSettings.Reset() is called on a UnityWebRequest-loaded clip
Add comment