- Open visual studio
- Write a simple console app that creates an
SKMatrix into a variable and prints it in a second row.
- Launch app with debugging and try to peek values of
SKMatrix.
- App is crashed.
Source of a crash is IsInvertible property.
Me and 2 other devs has this issue. I hope you can repro it too. This issue is critical, because it disables any matrix calculation debugging scenarios.
SKMatrixinto a variable and prints it in a second row.SKMatrix.Source of a crash is
IsInvertibleproperty.Me and 2 other devs has this issue. I hope you can repro it too. This issue is critical, because it disables any matrix calculation debugging scenarios.