Unity Issue Tracker - 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.
Closed
UUM-63237
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.
Unity: Shader System
Won't Fix
2023.3.X
2023.2.X
2022.3.X
2021.3.X
It's a corner case issue that doesn't affect many users.
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