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
- Building 3D Sample Scenes (URP) Project fails
- Alpha channel is disabled when Alpha Clip Threshold is set to 0
- The Physics 2D Profiler module does not display the information about processed physics in the scene when profiling the application as a Development Build
- A Script Component that has a serialized custom class is not detecting changes in the first boolean variable when entering the Play mode with the Script Components GameObject opened in the Inspector
- “SendMessage cannot be called during Awake“ warnings appear when loading a scene with “LoadSceneAsync“ if using UI Toolkit in the scene
Add comment