Unlit/PlanefindingGrid shader not supported on my gpu

Having managed to fix my unity problems I now have the getting started project opened in Unity Editor.
The above message appears together with (none of subshaders/fallbacks are suitable)
I would like to know whether this means I need an upgrade to my system.
or there is another shader I can use.
my GPU is NVIDIA GeForce GTX 1080 at the moment.

1 Like

I am facing the same issue as well. Any luck on solving the problem yet?

It is solved by opening the Unlit/PlanefindingGrid shader graph and commenting the #pragma exclude_renderers d3d11 code on the 25th line.

2 Likes