You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting Unity project as a WebGl project and the Graphic Api as WebGL 1.0, the outline works on editor but not in build. Also not working with Auto Graphic API in a machine that uses WebGL 1.0 so the problem could be a Shader implementation not compatible with the WebGL 1.0 restrictions.
Unity: 2020.3.16f1
URP: 10.5.1
UnityFX.Outline: Current repository version (1988f71)
It's a WebGL 1.0 shader restrictions indeed. In WebGL 1.0 loop index be initialized to a non-constant value. So these lines are the problem:
I added the fix for v0.8.5.
Setting Unity project as a WebGl project and the Graphic Api as WebGL 1.0, the outline works on editor but not in build. Also not working with Auto Graphic API in a machine that uses WebGL 1.0 so the problem could be a Shader implementation not compatible with the WebGL 1.0 restrictions.
Unity: 2020.3.16f1
URP: 10.5.1
UnityFX.Outline: Current repository version (1988f71)
Example project: OutlineWebGl1Bug.zip
The text was updated successfully, but these errors were encountered: