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 warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
It's a corner case issue that doesn't affect many users.