Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.35f1
2022.3.19f1
2023.2.9f1
2023.3.0b6
Issue ID
UUM-63237
Regression
No
The geometry shader has more triangles while the GameObject is selected in the Hierarchy window and the mouse is moved across fields in the Inspector window.
How to reproduce:
1. Open the user-attached project
2. Open the “SampleScene”
3. Enter Play mode and start Observing the Console window
4. In the Hierarchy window select “Cube” or other GameObjects
5. While “Cube” is selected move the mouse over the Inspector window’s fields
Expected result: Console log “triangle count” is always equal to 12
Actual result: When “Cube” GameObject is selected and the mouse is moved over the Inspector window’s fields the “triangle count” reaches 1996
Reproducible with: 2021.3.35f1, 2022.3.19f1, 2023.2.9f1, 2023.3.0b6
Reproducible on: Windows 10 (by reporter), Windows 11
Not reproducible on: no other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
It's a corner case issue that doesn't affect many users.