@yaustar please check this bug.
Can you post a sample project with the issue for people to look at please?
@yaustar Here is sample project for the bug.
The issue is that for most android devices, the max texture size supported is 4096 x 4096. Your sprite texture is over that size. You need to resize, change or split the texture so it fits in 4096 x 4096
1 Like
@yaustar I did split the textures into two both under 4k and created texture atlas plus sprite. How could we combine them into one?
You can’t combine them into one. If it’s a single animation, you have to make it fit in a single 4K texture
1 Like