UnityCommunity/UnityLibrary

sprite drop shadow shader: batching support?

unitycoder opened this issue · 1 comments

probably not then

Any shader based technique will mean no batching. There's no way around that. If you want drop shadows and batching, you'll need to do the drop shadows manually as their own individual sprites.

https://forum.unity.com/threads/drop-shadow-shader-for-sprites.449123/#post-5969432