Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.6.0b7
Issue ID
881103
Regression
No
[macOS][Metal] Internal compute shader error on metal
To reproduce:
1. Open attached project
Actual: CopyCPUParticleToNewParticle shader doesn't compile and errors are thrown in console:
Compute Shader compiler: internal error compiling shader platform=14: Protocol error - failed to read correct magic number
Compute Shader compiler: internal error compiling shader platform=15: Protocol error - failed to read correct magic number
Shader error in 'CopyCPUParticleToNewParticle.compute': Internal error communicating with the compute shader compiler process
Reproducible: 5.5.1p2, 5.6.0b8
Workaround: To activate the workaround just change the #if 0 to 1 in the compute shader at the top of the text file.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment