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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Add comment