Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2017.3.0f3
Issue ID
997143
Regression
No
GL.MultMatrix replaces modelView instead of multiplying it
Reproduction steps:
1. Open the attached project "shipbashing.zip";
2. Open the MainScene;
3. Enter a play mode;
4. Observe the ship model position in the blue area.
5. Go to the HullRenderCamera script;
6. Replace GL2.MultMatrix to GL.MultMatrix;
7. Enter a play mode and observe the position of model again.
Expected results: as the GL.MultMatrix multiplies two matrices, the ship model should be in the same position both times.
Actual results: the ship model position is different when using GL.MultMatrix.
Reproduced on: 2017.1.3p1, 2017.2.1p4, 2017.3.1p1, 2018.1.0b7, 2018.2.0a1.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment