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
- Long Prefab save times when using Unity 2022.2 and higher
- Console displays error "UnityException: Creating asset at path Assets/Scenes/ .scenetemplate failed." during scene template saving
- "Development Build" watermark is shown in non-development UWP release builds
- Console errors appear when the Inspector is set to Debug and a GameObject is selected
- A script public variable value is not used when set in the Inspector window
Add comment