Search Issue Tracker
Not Reproducible
Votes
4
Found in
Issue ID
1058774
Regression
No
[LWRP] All Meshes Invisible in Android Build LWRP
SRP Repo: Issue #1316
All Meshes Invisible in Android Build LWRP
I can't for the life of me get any meshes to render at all in my Android build. It runs fine in-editor and it runs fine built in 2017.3 with no scriptable render pipeline.
I'm using 2018.1.0f2
pipelines.core and pipelines.lightweight imported through package manager.
I've tried lightweight standard PBR and simple lighting, I've tried lightweight unlit, and I've tried a few of my shader graph shaders. No meshes at all render on android (Galaxy Note 4). UI and sprite renderers render just fine. And again it works properly in the editor.
I was getting errors when I tried to run "Generate Shader Includes" but then I went into appdata and unchecked read only on all the pipeline files, and the error stopped. When I run a build I see it generating all the shader variants for the lightweight pipeline. But still, no meshes render on my phone.
Edit: Actully. Lightweight/Standard Unlit DOES render on my phone, but only when Surface Type is set to Transparent. It won't render when set to Opaque.
Edit 2: Interestingly if I change the render queue to transparent on any of these materials they render, albeit as if they were transparent (you can see through them)
Comments (3)
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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
AndreDelarge
Aug 14, 2019 12:20
Having same issue
And ive got decision
Go to you LightweightRenderPipelineAsset and disable Advanced->SRP Batcher
itdikey
Aug 14, 2019 11:20
Having the same issue