Hey,
I'm making a pixel art game. My project sampling is point but I need to put a high res logo image. If I put the logo image and scale it down, it looks really bad because of the point sampling. Is there a way to make sampling of the logo linear?
Thank you!
Bilge Kaan
Edit:
Here's my solution:
I made a copy of the sprite plugin. I called it "spriteLinear" and made the necessary changes for the name. Then I replaced the all this.runtime.linearSampling with "smooth" (if you want to point sampling, it's called "sharp").