Search Issue Tracker
Fixed
Votes
10
Found in
5.0.2f1
Issue ID
698797
Regression
No
[MobileRendering] UI rendering broken when certain materials and a plugin event in OnPostRender are used
To Reproduce:
1. Deploy the attached project 'Unity5_0.zip' to and Android or an iOS device.
2. Observe that the two UI buttons are not rendered.
3. The UI is rendered after doing both of the steps below:
- disabling the cube in the scene or using a legacy material on it
- Remove the GL.IssuePluginEvent(100) call in NativeRenderingScript.cs Ln. 44 (in OnPostRender).
(plugn source is in NativeCode.zip )
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
Add comment