bookrice spine动画是否能使用unity的2d光照效果?如果不能,我怎么对动画有光照效果?
Machine translation is a bit ambiguous, but I assume you mean 2D Lights as from Unity's URP 2D Renderer.
You need to install the Spine URP Shaders UPM extension package, see the documentation here.
Then you can use Universal Render Pipeline/2D/Spine/Skeleton Lit
or Universal Render Pipeline/2D/Spine/Sprite
shaders to receive light from URP 2D lights.
Also check out the 2D/URP 2D Shaders.unity
example scene which shows them in action (be sure to assign the Example 2D URP Asset
in your project settings which has blue rim light set up).