UnityGrassGeometryShader
UnityGrassGeometryShader copied to clipboard
Mesh renderer Error
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).
I just find the solution on my mbp.
- switch project to PC, Mac platform
- uncheck auto graphics api for Mac
- remove metal, remain OpenGL Core
@sgamerw great answer, this works, thx