willanie
willanie

Reputation: 11

Kudan Unity shadowcatcher

Im implementing a shadow catcher Kudan AR tracking scene based on the Kudan "My first Augmented Reality App" example tutorial for an IOS device. I have a directional light, a 3d object and a ground plane with the kudan shadowcatcher material. The camera track is working and the 3dobject is effected by the directional light but I dont see a shadow on the ground plane. Has anyone tried this successfully?

Upvotes: 0

Views: 750

Answers (1)

willanie
willanie

Reputation: 11

I got general shadow casting with a directional light. The problem was the Unity default project quality level for IOS was set to "simple" which had shadows turned off. I had to increase shadow distance settings and bias as well relative to my scene scale. Now to try to get the Kudan shadowcatcher shader included in the Kudan Unity bundle going.

Upvotes: 1

Related Questions