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
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
Resolution Note:
It's a corner case issue that doesn't affect many users.