Scoppex Although I admit I tried assigning it to a sprite and then it worked. I only had a problem with the spine object.
That's interesting to hear. After trying the same again I noticed that the Sprite indeed remained unchanged (did not disappear) after assigning the MaterialPropertyBlock, so remained working. I might have done something wrong with my earlier testing yesterday.
In general the MaterialPropertyBlock documentation states though:
Note that this is not compatible with SRP Batcher. Using this in the Universal Render Pipeline (URP), High Definition Render Pipeline (HDRP) or a custom render pipeline based on the Scriptable Render Pipeline (SRP) will likely result in a drop in performance.
What's interesting is that it works without issues on a MeshRenderer
with raptor_Material
which is included in the Spine URP Shaders samples, using Spine URP 2D shaders. It seems to just occur with shader graph materials and materials using Unity's own Universal Render Pipeline/2D/Sprite-*
shaders.