How to disable Antialiasing on sprites?

Hello!

can you try this:

spriteManagerPlayer.texture.updateSamplingMode(BABYLON.Texture.NEAREST_NEAREST);

Please note that sharing a Playground could help us helping you