Start a new topic
Answered

Shaders do not show up well on STYLY.

I'm trying to display a material using shaderGraph in STYLY, and it works fine in Unity, but it doesn't work in STYLY.
I don't know why it behaves this way since I have also set the material. If anyone has a solution, please let me know.


Best Answer

STYLY does not support URP. So, Shader Graph is basically unusable.  Therefore, objects using the Shader Graph will be displayed as shown in the attached image.  However, you can use it pseudo-usually by reproducing the Shader Graph shaders in code as shown in the following article.  Using Unity's ShaderGraph to create shaders for STYLY

https://styly.cc/tips/shadergraph_to_shaderlab/

If you want, you can try it.

1 Comment

Answer

STYLY does not support URP. So, Shader Graph is basically unusable.  Therefore, objects using the Shader Graph will be displayed as shown in the attached image.  However, you can use it pseudo-usually by reproducing the Shader Graph shaders in code as shown in the following article.  Using Unity's ShaderGraph to create shaders for STYLY

https://styly.cc/tips/shadergraph_to_shaderlab/

If you want, you can try it.

Login or Signup to post a comment