Search Issue Tracker
Fixed in 4.0.0-preview
Votes
0
Found in [Package]
3.0.0-preview
Issue ID
1041641
Regression
No
Matrix Conversion Bug when Using Determinant & Transpose Nodes (w/ Repro)
Reproduced in <18.1>, <2018.2.0b6 SRP master @ 1fac5b8 (June 7th)>
Funky Reproduction Steps (couldn't reduce them any further):
Create a 2x2 Matrix
Drag & Create Matrix Determinant Node from 1
Drag & Create Matrix Transpose Node from 1
Drag & Create Matrix Determinant Node from 3
Create a 3x3 Matrix
Drag & Create Matrix Determinant Node from 5
Drag & Create Matrix Transpose Node from 5
Drag & Create Matrix Determinant Node from 7
Resulting Error:
Shader error in 'hidden/preview': 'Unity_MatrixTranspose_float': cannot implicitly convert output parameter from 'float2x2' to 'float3x3'
Reproduced in master, HDMasterMerge, sg/move-repository (SRP).
Doesn't have to be 2x2 or 3x3 in the order given, just has to be different sized matrices.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment