Looking for advice on how to do shadows. I’m building a platformer and I want my character to have a shadow. The shadow itself is easy to make and track with the character, but any suggestions on how I might hide/show the shadow between platforms as the character jumps? I figured I can mask the shadow somehow, but getting the mask to line up with the edges of each platform, which are sized differently, seems tricky.
Anyone ever tried this or have thoughts on how to accomplish it?