Android 8+ problem

Hi! From my players on Android 8 + phones I get similar errors:

In my opinion, there is a problem with the engine itself

Are you using the builtin materials without modification?

Changed only spine.vp

uniform highp mat4 view_proj;

// positions are in world space
attribute highp vec4 position;

Try to increase the atlas texture UV precision too to highp and see if that helps with those users? If not try to make an isolated example and see if it still happens for them. How big in dimensions is the atlas you have your textures on?

4k

Yeah, at that size, possibly precision issue with UVs on those devices.

1 Like