Search Issue Tracker
Fixed
Fixed in 2022.3.64f1
Votes
3
Found in
2021.3.5f1
2022.1.4f1
2022.2.0a16
2023.1.0a25
2023.2.0a1
2023.3.0a3
Issue ID
UUM-2878
Regression
No
Matrix4x4.rotation is broken on ARM64
How to reproduce:
1. Open the attached project "BugProj.7z"
2. Build And Run the project on any ARM64 device
Expected results: Matrix4x4.rotation returns (0.70711, 0.00000, -0.70711, 0.00000)
Actual results: Matrix4x4.rotation returns (0.65064, 0.53453, -0.07223, 0.53453)
Reproducible with: 2019.4.36f1, 2020.3.30f1, 2021.2.14f1, 2022.1.0b10, 2022.2.0a7
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment