suanLoBeach Are the shaders of the spine-runtime compatible with build in PR?
I assume that by PR you mean the built-in Render Pipeline, right?
If so, of course, all shaders that come with the spine-unity package are intended for the built-in render pipeline, not for URP. When using the URP 3D or 2D render pipeline, you need to use the separate Spine URP Shaders UPM package.
suanLoBeach If I want the spine character to be affected by the shader effect of unity, can I only use the URP package?
You need to use the suitable Spine shaders for the respective render pipeline, then post processing effects will affect it normally. Just be aware that some post processing effects (like Depth of Field
) require the objects to write to the Z Buffer (called Write to Depth
or Depth Write
), otherwise you might see incorrectly applied screen-space effects.