Search Issue Tracker
Fixed
Fixed in 2022.3.22f1, 2023.2.13f1, 2023.3.0b11
Votes
0
Found in
2022.3.0f1
2023.2.0a1
2023.3.0a1
Issue ID
UUM-61273
Regression
No
[Properties] Find same properties issues
There are multiple issues with the Find same properties workflow:
!image-2024-01-22-13-49-08-368.png!
1) Click on active property of GameObject doesn't yield anything:
!image-2024-01-22-13-51-38-439.png!
Query should be h:#m_IsActive=True
2) Searching properties with an enum values containing spaces doesn't work. We need to Ensure that enum values do not contain spaces:
!image-2024-01-22-13-54-17-587.png!
3) Local rotation (right click on rotation) doesn't provide a good query:
!image-2024-01-22-13-59-51-848.png!
4) Occlucison culling mask on Camera (probably because it is a mask) doesn't yield results
!image-2024-01-22-14-03-00-759.png!
5) Camera background color doesn't yiel results !image-2024-01-22-14-04-11-322.png!
6) Camera far clip plane works but near doesn't work
!image-2024-01-22-14-06-26-032.png!
!image-2024-01-22-14-07-07-164.png!
Potentially because float equal comparison is too precise because this query works
!image-2024-01-22-14-07-39-903.png!
Similarly this query fails (probably because of float comparison)
!image-2024-01-22-14-14-38-205.png!
7) Camera Viewport Rect doesn't return a proper query
!image-2024-01-22-14-09-00-838.png!
8) Query with a null property doesn't format properly
!image-2024-01-22-14-10-06-284.png!
9) BoxCollider IncludeLayers doesn't find anything on a prefab:
!image-2024-01-22-14-19-23-924.png!
Possiblity because it is part of a struct? And this is not in SearchProposition. In this case we shouldn't allow the user to search for it. !image-2024-01-22-14-20-57-741.png!
10) On AssemblyRef searching for allo unsafe code doesn't even format a query: !image-2024-01-22-14-36-35-270.png!
In case of errors should we just print a warning?
11) String property *value* should be escaped with double quotes: !image-2024-01-22-14-38-58-419.png!
11) Right clicking on the Enabled checkbox of a component doesn't yield the proper query:
!image-2024-01-22-14-56-17-575.png!
It should be
!image-2024-01-22-14-56-50-445.png!
or:
!image-2024-01-22-14-57-08-411.png!
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Add comment