Steps to reproduce:
- Create a scene object that has a component referencing a mesh filter of a cube prefab
- change the reference to a capsule prefab
- select capsule and find scene reference via mesh filter component
Actual results: find scene reference should return capsule
Expected results: find scene reference returns nothing
Reproducible with versions: 6.7
Not reproducible with versions:
Can’t test with versions:
Tested on (OS): mac/windows
Notes:
- Suspected to be a cache issue and there might be performance impact. Still worth looking into as legacy hierarchy was able to handle this scenario likely with a different api.
- Repro with both advanced/classic search options