Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b23
Issue ID
807554
Regression
No
[GPUInstancing][FrameDebugger] Preview is not shown for instanced mesh
Steps to repro:
1. Open Unity;
2. Open attached project and 'test' scene;
3. Notice that there are 5 cubes in the scene, 4 of them (colored are using instanced shader) and one (white) is using standart shader;
4. Open Frame Debugger (Window -> Frame Debugger);
5. Click Enable;
6. Find 'Draw Mesh (instanced)' call and select it;
7. Notice that the preview is not shown for instanced mesh (see attached actual.png screenshot);
8. Find 'Draw Mesh Cube (4)' call and select it;
9. Notice that the preview is shown - expected result (see attached expected.png screenshot).
Notes:
- Reproducible in 5.5.0a1 and in 5.4.0b23;
- Reproducible on both OSX 10.11.4 and Windows 10.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “IndexOutOfRangeException: Index was outside the bounds of the array.” error is thrown when large Text (TMP) GameObject Overflow field is set to Ellipsis
- The OnValidate method is not invoked when reverting changes on a Prefab Variant
- The “+” button to create Labels is not deactivated when no labels can be created due to no Categories existing and does nothing when pressed
- The UIElements "GeometryChangedEvent" is not invoked when modifying "VisualElement.style.translate"
- Prefab Variant does not get updated when changes are made on "OnValidate" method
Add comment