Search Issue Tracker
By Design
Votes
0
Found in
2021.3.11f1
2022.1.20f1
2022.2.0b10
2023.1.0a14
Issue ID
UUM-16251
Regression
Yes
Shader MatrixArray assigns an Identity Matrix only to the first element when it is supposed to do so on all of them
Reproduction steps:
- Open the attached project
- Open the “/Assets/Scenes/DEV_MeshManipulationTest.unity” Scene
- Observe the model in the Game view or the Scene View
Expected result: The controller doesn’t have any missing parts
Actual result: The grip and a joystick is missing on the controller
Reproducible with: 2021.1.0a9, 2021.1.17f1, 2021.3.11f1, 2022.1.20f1, 2022.2.0b10, 2023.1.0a14
Not reproducible with: 2020.3.40f1, 2021.1.0a8
Reproducible on: M1 MacOS 12.4 (21F79)
Note: The issue is reproducible on both Intel and Apple Silicon Editors on M1 Mac
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
I saw two issues:
- The script that sets up the material property block is not setup to execute in Edit mode.
- The script doesn't have a mesh renderer assigned.
As soon as I fixed both, missing parts started rendering in the Editor.