There are two solutions:
- make the texture larger, such as changing from 64X64 to 256X256 (I don’t recommend it because it would waste space)
- Modify the Min Filter and Mag Filter of Samplers in the material to Nearest (recommend)
There are two solutions: