I prefer not to use SSR because I only need reflections for the moving characters, while baked reflections will suffice for the rest. Is this approach feasible?
I tried using ReflectionProbe, but I can't align the reflection with the characters (see attachment). How can I fix this?
Note that I have already set the cull mask so that only the characters are drawn by the probe.
The attached ZIP file contains a minimal example that demonstrates the problem.