UnityGrassGeometryShader icon indicating copy to clipboard operation
UnityGrassGeometryShader copied to clipboard

Mesh renderer Error

Open zonghx opened this issue 5 years ago • 2 comments

I tried this project in Unity with Android and iOS platform. It turns out that the mesh renderer didn't work correctly. when inspecting grass shader, it is shown that shader is not supported on this GPU( none of subshaders/fallbacks are suitbale).

zonghx avatar Jul 02 '19 07:07 zonghx

I just find the solution on my mbp.

  1. switch project to PC, Mac platform
  2. uncheck auto graphics api for Mac
  3. remove metal, remain OpenGL Core

sgamerw avatar Mar 12 '20 08:03 sgamerw

@sgamerw great answer, this works, thx

roudunyy avatar Feb 07 '22 08:02 roudunyy