Search Issue Tracker
Fixed in 5.3.0
Votes
0
Found in
5.2.0b4
Issue ID
714063
Regression
No
[GLCORE][GLLEGACY] Setting matrix for material is not working
Info:
It seems that setting matrix material is somehow ignored in open gl core. This bug also happens in open gl legacy. In scene "MatrixBug", script "GLTest" renders post effect with custom matrix.
Project Steps:
1. Force unity width DX11.
2. Open scene "MatrixBug".
3. Notice black rectangle on game view (Its post effect).
4. Force unity width OpenGL Core.
5. Open scene "MatrixBug".
6. This time is not working.
7. Open shader "Shaders/NewImageEffectShader.shader".
8. Comment line 47 (o.vertex = mul(_Matrix, o.vertex);).
9. Now black rectangle is BACK!!!
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Trying to draw gizmos while inside a renderpass" error message is thrown when Scene View Gizmos are enabled
- CPU frame times spike at regular intervals in the Profiler when in Play mode with VSync enabled and using DX12 API
- UI Builder “Create Template” Fails with Invalid UXML and Missing Root Element Errors
- Decal not projected on top of a Lit Material when MSAA is disabled, and Rendering Path is Forward or Forward+ in a Standalone Build
- Separation lines between minimized fields become invisible when scrolling in the Profiler
Add comment