#How to get rid of outlines in TextureAtlasSprites
5 messages · Page 1 of 1 (latest)
try to not use any anti-aliasing .insert_resource(Msaa { samples: 1 })
Sadly, still exists
Perhaps this thread is related?
https://discord.com/channels/691052431525675048/1012768707971395745
I think that it is indeed a texture bleeding problem.