Home > database >  Polybrush mesh is not rendered on Android
Polybrush mesh is not rendered on Android

Time:07-05

Polybrush mesh works fine in Unity editor but not visible on Android. I've tried to add Polybrush shaders to Always included shaders in Project Settings/Graphics but it doesn't work. What could be the solution to this problem?

CodePudding user response:

The problem is solved. I created a custom Unlit shader and used it instead of Polybrush Standard Texture Blend Bump and it worked.

  • Related