Search Issue Tracker
By Design
Votes
1
Found in
5.4.1f1
Issue ID
850802
Regression
No
[Android] Scenes containing meshes with legacy shaders as well as Standard shaders may not render correctly
Steps to reproduce:
1) Download attached project ' Space Flyer.zip' and open in Unity
2) Build and run scene 'Main' on a device
Note : You should see that meshes of asteroids are not rendered, and spaceship still crashes in to asteroids colliders
Reproduced with: 5.3.7p1, 5.4.2p4, 5.5.0f1, 5.6.0a3
Resolution (by design): Project has disabled depth and stencil buffers in android player settings, making the background to render on top of other objects
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
BigScary
Dec 02, 2016 18:12
Switching all shaders to standard didn't fix this. The only workaround I have found (it's an unsatisfying one), is to set my background quads to use the mobile particle shader, and everything else (meshes) use the standard shader. Now everything renders, but there's a nasty side effect - all my foreground game objects blend awkwardly with the background.