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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Add comment