Search Issue Tracker
Fixed
Votes
0
Found in [Package]
12.0.0
Issue ID
1312433
Regression
No
Particle System with Mesh Render mode causes GLSL link error on Android Mali devices
To reproduce:
1. Open attached project;
2. Build and Run the "repro" scene for Android OpenGLES3;
3. Run the scene on devices with Mali GPU;
4. Check the logcat.
Expected result: GLSL link error is not thrown with Mesh render mode
Actual result: the error is thrown:
"GLSL link error: The number of vertex shader storage blocks (1) is greater than the maximum number allowed (0).
Note: Creation of internal variant of shader 'Universal Render Pipeline/Particles/Unlit' failed."
Notes:
- Tested other Particle System render modes as well, only reproducible with Mesh render mode;
- Tested and reproduced with both URP Particles Lit and URP Particles Unlit shaders.
Reproduced on devices:
- Xiaomi Redmi Note 8 Pro, 9.0.0, Mali-G76 MC4;
- samsung SM-N960F, 10.0.0, Mali-G72;
- samsung SM-G950F, 8.0.0, Mali-G71;
Not reproducible on device:
- samsung SM-G960U1, 10.0.0, Adreno 630
Reproduced with URP: 7.5.3, 10.3.1, 11.0.0, SRP master
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The terrain appears darker when "Per-pixel Normal" is enabled
- [Linux] Editor assertion causes Test Runner to fail when executing it in Batch Mode
- Color selection by the mouse cursor is still enabled when the "Esc" button is pressed
- Game view becomes black and the Scene window becomes grey, “ArgumentOutOfRangeException” errors and “Render Pipeline error” warnings appear after changing the name or deleting URP/HDRP global settings file
- Transform Component is not accessible inside the Player when RuntimeInitializeOnLoadMethod is used
Add comment